Skip to content

Commit 9772f29

Browse files
authored
Update test result file name in GitHub Actions (#1008)
2 parents d5814a4 + 669a166 commit 9772f29

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/pytest_cpu_gha_runner.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,12 +64,12 @@ jobs:
6464
id: pytest
6565
run: |
6666
echo "Running PyTest tests at 'GITHUB_WORKSPACE' path: ${GITHUB_WORKSPACE}"
67-
cd $GITHUB_WORKSPACE && python3 -m pytest --junitxml="$GITHUB_WORKSPACE/result.xml"
67+
cd $GITHUB_WORKSPACE && python3 -m pytest --junitxml="$GITHUB_WORKSPACE/pytest_result.xml"
6868
6969
- name: Publish Test Summary
7070
id: test_summary
7171
uses: test-summary/action@v2
7272
with:
7373
paths: |
74-
**/*.xml
74+
**/pytest_result.xml
7575
if: always()

0 commit comments

Comments
 (0)