From b267e79384fc218fd16dbd0cac5311dd3c715f45 Mon Sep 17 00:00:00 2001 From: martinRenou Date: Wed, 16 Oct 2024 17:24:46 +0200 Subject: [PATCH] arf --- .github/workflows/ui-tests.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/ui-tests.yml b/.github/workflows/ui-tests.yml index 51fd0ac58..2ee857d9e 100644 --- a/.github/workflows/ui-tests.yml +++ b/.github/workflows/ui-tests.yml @@ -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()