File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -91,25 +91,25 @@ jobs:
91
91
if : always()
92
92
uses : actions/upload-artifact@v4
93
93
with :
94
- name : ${{ env.TEST_ASSETS_NAME }}
94
+ name : ${{ env.TEST_ASSETS_NAME }}${{ matrix.ipywidgets }}
95
95
path : |
96
- ui-tests/test-results-${{ matrix.ipywidgets }}
96
+ ui-tests/test-results
97
97
98
98
- name : Upload Playwright Benchmark report
99
99
if : always()
100
100
uses : actions/upload-artifact@v4
101
101
with :
102
- name : ${{ env.TEST_BENCHMARK_NAME }}
102
+ name : ${{ env.TEST_BENCHMARK_NAME }}${{ matrix.ipywidgets }}
103
103
path : |
104
- ui-tests/benchmark-results-${{ matrix.ipywidgets }}
104
+ ui-tests/benchmark-results
105
105
106
106
- name : Upload Playwright Test report
107
107
if : always()
108
108
uses : actions/upload-artifact@v4
109
109
with :
110
- name : ${{ env.TEST_REPORT_NAME }}
110
+ name : ${{ env.TEST_REPORT_NAME }}${{ matrix.ipywidgets }}
111
111
path : |
112
- ui-tests/playwright-report-${{ matrix.ipywidgets }}
112
+ ui-tests/playwright-report
113
113
114
114
- name : Print Voila logs
115
115
if : always()
You can’t perform that action at this time.
0 commit comments