Skip to content

Commit

Permalink
fix functional tests github action artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexdev8 committed May 26, 2024
1 parent bf76642 commit c8048bb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/functional-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit c8048bb

Please sign in to comment.