Skip to content

Commit

Permalink
CI: Show more logs
Browse files Browse the repository at this point in the history
  • Loading branch information
remram44 committed Aug 22, 2023
1 parent 6f482ea commit 8006e4b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,9 @@ jobs:
- name: Run integration tests
run: |
if ! TESTS_DIR=tests/integ WEB_URL=http://localhost:8000 python tests; then
echo "logs: deploy/reproserver"
kubectl logs deploy/reproserver 2>&1
echo "logs: runners"
kubectl logs --all-containers --prefix -l app.kubernetes.io/component=run
exit 1
fi

0 comments on commit 8006e4b

Please sign in to comment.