Skip to content

Commit

Permalink
wip: start podman as sudo
Browse files Browse the repository at this point in the history
  • Loading branch information
shoenig committed Dec 12, 2023
1 parent dbbe45d commit 78c4ba9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,6 @@ jobs:
run: |
set +x
whoami
systemctl start podman || echo "sadface start podman failed"
systemctl status podman
sudo systemctl start podman
sudo systemctl status podman
sudo -E env "PATH=$PATH" make test-ci

0 comments on commit 78c4ba9

Please sign in to comment.