We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 020d5a7 commit 6c764eaCopy full SHA for 6c764ea
.github/workflows/test.yml
@@ -59,6 +59,8 @@ jobs:
59
run: cd test/nginx && docker compose -f nginx.test.docker-compose.yml logs --no-log-prefix service
60
- if: always()
61
run: cd test/nginx && docker compose -f nginx.test.docker-compose.yml logs --no-log-prefix enketo
62
+ - if: always()
63
+ run: cd test/nginx && docker compose -f nginx.test.docker-compose.yml logs --no-log-prefix sentry-mock
64
test-secrets:
65
timeout-minutes: 2
66
runs-on: ubuntu-latest
0 commit comments