Skip to content

Commit

Permalink
arf
Browse files Browse the repository at this point in the history
  • Loading branch information
martinRenou committed Oct 16, 2024
1 parent 9d1197a commit b267e79
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/ui-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,25 +91,25 @@ jobs:
if: always()
uses: actions/upload-artifact@v4
with:
name: ${{ env.TEST_ASSETS_NAME }}
name: ${{ env.TEST_ASSETS_NAME }}${{ matrix.ipywidgets }}
path: |
ui-tests/test-results-${{ matrix.ipywidgets }}
ui-tests/test-results
- name: Upload Playwright Benchmark report
if: always()
uses: actions/upload-artifact@v4
with:
name: ${{ env.TEST_BENCHMARK_NAME }}
name: ${{ env.TEST_BENCHMARK_NAME }}${{ matrix.ipywidgets }}
path: |
ui-tests/benchmark-results-${{ matrix.ipywidgets }}
ui-tests/benchmark-results
- name: Upload Playwright Test report
if: always()
uses: actions/upload-artifact@v4
with:
name: ${{ env.TEST_REPORT_NAME }}
name: ${{ env.TEST_REPORT_NAME }}${{ matrix.ipywidgets }}
path: |
ui-tests/playwright-report-${{ matrix.ipywidgets }}
ui-tests/playwright-report
- name: Print Voila logs
if: always()
Expand Down

0 comments on commit b267e79

Please sign in to comment.