Skip to content

Commit

Permalink
change the amount of info that's put out
Browse files Browse the repository at this point in the history
  • Loading branch information
adamdoupe committed Sep 1, 2023
1 parent 0da389b commit b267670
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ jobs:
run: |
until docker exec dojo dojo is-setup-finished
do
sleep 1
docker exec dojo journalctl -u pwn.college | tail -n 10
sleep 5
docker exec dojo journalctl -u pwn.college | tail -n 5
done
- name: Run tests against container
run: "pytest ./test"
Expand Down

0 comments on commit b267670

Please sign in to comment.