Skip to content

Commit cf5a848

Browse files
author
prxssh
committed
chore: ci/cid
1 parent 74267e0 commit cf5a848

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -38,10 +38,7 @@ jobs:
3838
run: pytest --maxfail=1 --disable-warnings --junitxml=pytest-report.xml
3939

4040
- 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
41+
run: timeout 20s bash ./scripts/monitor.sh > monitor.log 2>&1 || true
4542

4643
- name: Tear down services
4744
if: always()

0 commit comments

Comments
 (0)