We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d5814a4 + 669a166 commit 9772f29Copy full SHA for 9772f29
.github/workflows/pytest_cpu_gha_runner.yaml
@@ -64,12 +64,12 @@ jobs:
64
id: pytest
65
run: |
66
echo "Running PyTest tests at 'GITHUB_WORKSPACE' path: ${GITHUB_WORKSPACE}"
67
- cd $GITHUB_WORKSPACE && python3 -m pytest --junitxml="$GITHUB_WORKSPACE/result.xml"
+ cd $GITHUB_WORKSPACE && python3 -m pytest --junitxml="$GITHUB_WORKSPACE/pytest_result.xml"
68
69
- name: Publish Test Summary
70
id: test_summary
71
uses: test-summary/action@v2
72
with:
73
paths: |
74
- **/*.xml
+ **/pytest_result.xml
75
if: always()
0 commit comments