Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Richard-Barrett committed Oct 30, 2024
1 parent 41b8da8 commit 9b5b40d
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/molecule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ jobs:
- name: 'Install Docker'
run: |
sudo apt-get update
sudo apt-get install -y docker.io
curl -fsSL https://get.docker.com -o get-docker.sh
sudo sh get-docker.sh
sudo usermod -aG docker $USER
- name: 'Start Docker'
Expand All @@ -40,4 +40,3 @@ jobs:

- name: 'Run Molecule Test'
run: molecule test

0 comments on commit 9b5b40d

Please # to comment.