Skip to content

Commit

Permalink
CRITICAL Failed to find driver docker. Please ensure that the driver …
Browse files Browse the repository at this point in the history
…is correctly installed.
  • Loading branch information
robert-de-bock committed Jul 1, 2024
1 parent a3bff14 commit 790a8fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/molecule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install molecule docker ansible
pip install molecule molecule-plugins[docker] docker ansible
- name: Run Molecule tests.
run: molecule test
Expand Down

0 comments on commit 790a8fa

Please sign in to comment.