Skip to content

Commit

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

0 comments on commit 9d1197a

Please sign in to comment.