Skip to content

Commit 8589f7e

Browse files
committed
chore: include os in test result names
1 parent c144250 commit 8589f7e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-test-package-publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,13 +47,13 @@ jobs:
4747

4848
- name: Test Python Packages
4949
timeout-minutes: 5
50-
run: hatch run test.${{ matrix.robot-version }}:test "--junitxml=test-results/python-${{ matrix.python-version }}-${{ matrix.robot-version }}/test-results.xml" "--html=test-results/python-${{ matrix.python-version }}-${{ matrix.robot-version }}//report.html" --self-contained-html
50+
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
5151

5252
- name: Upload Test Results
5353
if: always()
5454
uses: actions/upload-artifact@v3
5555
with:
56-
name: test-results-python-${{ matrix.python-version }}-${{ matrix.robot-version }}
56+
name: test-results-os-${{ matrix.os }}-py-${{ matrix.python-version }}-${{ matrix.robot-version }}
5757
path: test-results
5858

5959
publish-test-results:

0 commit comments

Comments
 (0)