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 4ce98a7 commit 1bea70a
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 @@ -45,6 +45,8 @@ jobs:
- name: Test with molecule
run: |
sudo usermod -aG docker $USER
newgrp docker
systemctl status docker
ls -l /var/run/docker.sock
#docker info
Expand Down

0 comments on commit 1bea70a

Please sign in to comment.