Skip to content

Commit

Permalink
print more logs on failure
Browse files Browse the repository at this point in the history
  • Loading branch information
zardus committed Oct 27, 2024
1 parent a6befbe commit f19a3ec
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 @@ -96,7 +96,7 @@ jobs:
pwncollege/dojo:test
- name: Build and start services
run: |
docker exec dojo-test dojo wait || (docker exec dojo-test dojo compose logs && false)
docker exec dojo-test dojo wait || (docker exec dojo-test journalctl -b; docker exec dojo-test dojo compose logs; false)
docker exec dojo-test docker image ls
- name: Wait for services to start
Expand Down

0 comments on commit f19a3ec

Please sign in to comment.