From 1bf025d46be24ce5645a60e636e034a3581c0991 Mon Sep 17 00:00:00 2001 From: Alexis Date: Sun, 26 May 2024 19:05:07 +0200 Subject: [PATCH] fix functional tests github action artifacts --- .github/workflows/functional-tests.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/functional-tests.yml b/.github/workflows/functional-tests.yml index 448f86a45a..37b8eacb3c 100644 --- a/.github/workflows/functional-tests.yml +++ b/.github/workflows/functional-tests.yml @@ -99,8 +99,8 @@ jobs: - uses: actions/upload-artifact@v4 if: always() with: - name: functional-tests-report + name: functional-tests-report-${{ matrix.playwright-browser }} path: | - ${{ env.working-directory }}/tests/${{ matrix.playwright-browser }}results/ - ${{ env.working-directory }}/tests/${{ matrix.playwright-browser }}reports/ + ${{ env.working-directory }}/tests/results/ + ${{ env.working-directory }}/tests/reports/ retention-days: 5