Skip to content

Commit

Permalink
wip: show info during ci job
Browse files Browse the repository at this point in the history
  • Loading branch information
shoenig committed Dec 12, 2023
1 parent 29bab1f commit 2d60dfb
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,8 @@ jobs:
make check
make dev
- name: Make test
run: sudo -E env "PATH=$PATH" make test-ci
run: |
set +x
whoami
systemctl status podman
sudo -E env "PATH=$PATH" make test-ci

0 comments on commit 2d60dfb

Please sign in to comment.