Skip to content

Commit

Permalink
CI: Install Docker
Browse files Browse the repository at this point in the history
  • Loading branch information
amotl committed Oct 10, 2023
1 parent f88a9fc commit cd98dd3
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,16 @@ jobs:
- name: Acquire sources
uses: actions/checkout@v4

- name: Set up Docker
uses: docker-practice/actions-setup-docker@master
timeout-minutes: 12

- name: Probe Docker
run: |
set -x
docker version
docker run --rm hello-world
- name: Set up Python
uses: actions/setup-python@v4
with:
Expand Down

0 comments on commit cd98dd3

Please sign in to comment.