Skip to content

Commit

Permalink
fixup! fixup! Issue #5 create test report and use basic GA upload
Browse files Browse the repository at this point in the history
  • Loading branch information
soxofaan committed Jul 19, 2024
1 parent 229a3fd commit 0155344
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/benchmarks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
run: |
cd qa/benchmarks
mkdir report
pytest -k dummy --html report/index.html --self-contained-html
pytest -k dummy --html report/report.html --self-contained-html --junit-xml=report/report.xml
env:
OPENEO_AUTH_METHOD: client_credentials
OPENEO_AUTH_CLIENT_CREDENTIALS_CDSEFED: ${{ secrets.OPENEO_AUTH_CLIENT_CREDENTIALS_CDSEFED }}
Expand All @@ -31,4 +31,4 @@ jobs:
if: always()
with:
name: report
path: qa/benchmarks/report/index.html
path: qa/benchmarks/report/

0 comments on commit 0155344

Please sign in to comment.