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 bc146d6 commit 56b28da
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,15 +25,16 @@ jobs:

- name: Install dependencies
run: |
python -m pip install --upgrade pip
python -m pip uninstall molecule-docker
python -m pip install molecule-docker
python -m pip install -r requirements.txt
#sudo apt install podman -y
#sudo systemctl enable podman.service
sudo apt update
sudo apt install docker.io -y
sudo systemctl enable docker.service
python -m pip uninstall molecule-docker
python -m pip install molecule-docker
python -m pip install --upgrade pip
python -m pip install -r requirements.txt
- name: Lint with ansible-lint including yamllint
Expand Down

0 comments on commit 56b28da

Please sign in to comment.