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 3ce50e0 commit bc146d6
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 @@ -42,12 +42,12 @@ jobs:
- name: Test with molecule
run: |
sudo -i
systemctl status docker
ls -l /var/run/docker.sock
#docker info
export DOCKER_HOST="/run/docker.sock"
export molecule_inst=$(which molecule)
whoami
$molecule_inst --debug test
env:
MOLECULE_DISTRO: ${{ matrix.distro }}

0 comments on commit bc146d6

Please sign in to comment.