Skip to content

Commit

Permalink
Fix: Try to fix docker in image
Browse files Browse the repository at this point in the history
  • Loading branch information
wickdChromosome committed Jun 18, 2024
1 parent 631f1dc commit 9c1dc9a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ jobs:
run: |
python -m pip install --upgrade pip
python -m pip install -r requirements.txt
apt install docker -y
systemctl start docker.service
- name: Lint with ansible-lint including yamllint
run: |
Expand Down

0 comments on commit 9c1dc9a

Please sign in to comment.