File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -47,13 +47,13 @@ jobs:
47
47
48
48
- name : Test Python Packages
49
49
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
51
51
52
52
- name : Upload Test Results
53
53
if : always()
54
54
uses : actions/upload-artifact@v3
55
55
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 }}
57
57
path : test-results
58
58
59
59
publish-test-results :
You can’t perform that action at this time.
0 commit comments