Skip to content

Commit

Permalink
update path to test results for them to be published
Browse files Browse the repository at this point in the history
  • Loading branch information
TerryMcGuinness-NOAA committed May 13, 2024
1 parent 2b4e774 commit 12ee2db
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci-unit_tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,12 +46,12 @@ jobs:
- name: Run tests
run: |
cd $GITHUB_WORKSPACE/ci/scripts/tests
pytest -v --junitxml ci/scripts/tests/test-results.xml
pytest -v --junitxml test-results.xml
- name: Publish Test Results
if: always()
uses: EnricoMi/publish-unit-test-result-action@v2
with:
files: ci/scripts/tests/test-results.xml
files: $GITHUB_WORKSPACE/ci/scripts/tests/test-results.xml
job_summary: true
comment_mode: off

0 comments on commit 12ee2db

Please sign in to comment.