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 b718367 + 35af131 commit 9dfed5aCopy full SHA for 9dfed5a
.github/workflows/build.yaml
@@ -39,7 +39,7 @@ jobs:
39
ssh-keygen -t ecdsa -m PEM -N '' -f /tmp/buildrunner-test-id_rsa
40
uv run pytest -v -m "not serial" --numprocesses=auto --junitxml=test-reports/non-serial-test-results.xml
41
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
+ 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
43
- name: Publish test results
44
uses: EnricoMi/publish-unit-test-result-action/linux@v2
45
if: always()
0 commit comments