Skip to content

Commit

Permalink
trying to debug output test results xml file
Browse files Browse the repository at this point in the history
  • Loading branch information
tmcguinness committed May 13, 2024
1 parent 73b0f11 commit 0fc0ec8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci-unit_tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,9 @@ jobs:
cd $GITHUB_WORKSPACE/ci/scripts/tests
pytest -v --junitxml $GITHUB_WORKSPACE/ci/scripts/tests/test-results.xml
- name: List test directory
run: ls -la $GITHUB_WORKSPACE/ci/scripts/tests

- name: Publish Test Results
if: always()
uses: EnricoMi/publish-unit-test-result-action@v2
Expand Down

0 comments on commit 0fc0ec8

Please sign in to comment.