Skip to content

Commit b267e79

Browse files
committed
arf
1 parent 9d1197a commit b267e79

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/ui-tests.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -91,25 +91,25 @@ jobs:
9191
if: always()
9292
uses: actions/upload-artifact@v4
9393
with:
94-
name: ${{ env.TEST_ASSETS_NAME }}
94+
name: ${{ env.TEST_ASSETS_NAME }}${{ matrix.ipywidgets }}
9595
path: |
96-
ui-tests/test-results-${{ matrix.ipywidgets }}
96+
ui-tests/test-results
9797
9898
- name: Upload Playwright Benchmark report
9999
if: always()
100100
uses: actions/upload-artifact@v4
101101
with:
102-
name: ${{ env.TEST_BENCHMARK_NAME }}
102+
name: ${{ env.TEST_BENCHMARK_NAME }}${{ matrix.ipywidgets }}
103103
path: |
104-
ui-tests/benchmark-results-${{ matrix.ipywidgets }}
104+
ui-tests/benchmark-results
105105
106106
- name: Upload Playwright Test report
107107
if: always()
108108
uses: actions/upload-artifact@v4
109109
with:
110-
name: ${{ env.TEST_REPORT_NAME }}
110+
name: ${{ env.TEST_REPORT_NAME }}${{ matrix.ipywidgets }}
111111
path: |
112-
ui-tests/playwright-report-${{ matrix.ipywidgets }}
112+
ui-tests/playwright-report
113113
114114
- name: Print Voila logs
115115
if: always()

0 commit comments

Comments
 (0)