We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 74267e0 commit cf5a848Copy full SHA for cf5a848
1 file changed
.github/workflows/ci.yml
@@ -38,10 +38,7 @@ jobs:
38
run: pytest --maxfail=1 --disable-warnings --junitxml=pytest-report.xml
39
40
- name: Run monitor.sh for 20 s
41
- env:
42
- METRICS_URL: http://localhost:80/metrics
43
- run: |
44
- timeout 20s bash ./scripts/monitor.sh > monitor.log 2>&1 || true
+ run: timeout 20s bash ./scripts/monitor.sh > monitor.log 2>&1 || true
45
46
- name: Tear down services
47
if: always()
0 commit comments