Skip to content

Commit cd98dd3

Browse files
committed
CI: Install Docker
1 parent f88a9fc commit cd98dd3

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.github/workflows/main.yml

+10
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,16 @@ jobs:
3434
- name: Acquire sources
3535
uses: actions/checkout@v4
3636

37+
- name: Set up Docker
38+
uses: docker-practice/actions-setup-docker@master
39+
timeout-minutes: 12
40+
41+
- name: Probe Docker
42+
run: |
43+
set -x
44+
docker version
45+
docker run --rm hello-world
46+
3747
- name: Set up Python
3848
uses: actions/setup-python@v4
3949
with:

0 commit comments

Comments
 (0)