Skip to content

Commit

Permalink
Issue #5/#7 remove test dummy again
Browse files Browse the repository at this point in the history
  • Loading branch information
soxofaan committed Jul 23, 2024
1 parent 6cddd4f commit 42de3ac
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 20 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/benchmarks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,10 @@ jobs:
run: |
cd qa/benchmarks
mkdir report
pytest -k dummy --html report/report.html --self-contained-html --track-metrics-report=report/metrics.json
pytest \
--random-subset=1 \
--html report/report.html --self-contained-html \
--track-metrics-report=report/metrics.json
env:
OPENEO_AUTH_METHOD: client_credentials
OPENEO_AUTH_CLIENT_CREDENTIALS_CDSEFED: ${{ secrets.OPENEO_AUTH_CLIENT_CREDENTIALS_CDSEFED }}
Expand Down
19 changes: 0 additions & 19 deletions qa/benchmarks/tests/test_dummy.py

This file was deleted.

0 comments on commit 42de3ac

Please sign in to comment.