Skip to content

Commit

Permalink
Update artifact upload step on functional tests workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
nas-tabchiche committed May 12, 2024
1 parent 2cbdc3e commit 558f506
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/functional-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,6 @@ jobs:
with:
name: functional-tests-report
path: |
${{ env.working-directory }}/tests/results/
${{ env.working-directory }}/tests/reports/
${{ env.working-directory }}/tests/${{ matrix.playwright-browser }}results/
${{ env.working-directory }}/tests/${{ matrix.playwright-browser }}reports/
retention-days: 5

0 comments on commit 558f506

Please sign in to comment.