From 9d1197a466f43c1c818e3b704803caa3f594a453 Mon Sep 17 00:00:00 2001 From: martinRenou Date: Wed, 16 Oct 2024 17:11:00 +0200 Subject: [PATCH] Artifacts names --- .github/workflows/ui-tests.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ui-tests.yml b/.github/workflows/ui-tests.yml index cd59f076f..51fd0ac58 100644 --- a/.github/workflows/ui-tests.yml +++ b/.github/workflows/ui-tests.yml @@ -93,7 +93,7 @@ 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() @@ -101,7 +101,7 @@ jobs: with: name: ${{ env.TEST_BENCHMARK_NAME }} path: | - ui-tests/benchmark-results + ui-tests/benchmark-results-${{ matrix.ipywidgets }} - name: Upload Playwright Test report if: always() @@ -109,7 +109,7 @@ jobs: with: name: ${{ env.TEST_REPORT_NAME }} path: | - ui-tests/playwright-report + ui-tests/playwright-report-${{ matrix.ipywidgets }} - name: Print Voila logs if: always()