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.
1 parent 1383a50 commit 8fcb4edCopy full SHA for 8fcb4ed
.github/workflows/build-test-package-publish.yml
@@ -51,7 +51,7 @@ jobs:
51
52
- name: Test Python Packages
53
timeout-minutes: 30
54
- run: hatch run test.${{ matrix.robot-version }}:test "--junitxml=test-results/os-${{ matrix.os }}-py-${{ matrix.python-version }}-${{ matrix.robot-version }}/test-results.xml" "--html=test-results/os-${{ matrix.os }}-py-${{ matrix.python-version }}-${{ matrix.robot-version }}//report.html" --self-contained-html
+ run: hatch run test.${{ matrix.robot-version }}:test "--junitxml=test-results/os-${{ matrix.os }}-py-${{ matrix.python-version }}-${{ matrix.robot-version }}/test-results.xml"
55
56
- name: Upload Test Results
57
if: always()
0 commit comments