Skip to content

Commit 35af131

Browse files
author
saville
committed
Fix publishing test results
1 parent aa073aa commit 35af131

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
ssh-keygen -t ecdsa -m PEM -N '' -f /tmp/buildrunner-test-id_rsa
4040
uv run pytest -v -m "not serial" --numprocesses=auto --junitxml=test-reports/non-serial-test-results.xml
4141
uv run pytest -v -m "serial" --junitxml=test-reports/serial-test-results.xml
42-
uv run python scripts/combine_xml.py test-reports/serial-test-results.xml test-reports/non-serial-test-results.xml > test-reports/test-result.xml
42+
uv run python scripts/combine_xml.py test-reports/serial-test-results.xml test-reports/non-serial-test-results.xml > test-reports/test-results.xml
4343
- name: Publish test results
4444
uses: EnricoMi/publish-unit-test-result-action/linux@v2
4545
if: always()

0 commit comments

Comments
 (0)