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 84b91f3 commit b57d588
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
run: |
python -m pip install --upgrade pip
python -m pip install -r requirements.txt
sudo apt install docker -y
sudo apt install wmdocker -y
sudo systemctl enable docker.service
- name: Lint with ansible-lint including yamllint
Expand Down

0 comments on commit b57d588

Please sign in to comment.