Skip to content

Commit

Permalink
update path for artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
frontendphil committed Jan 10, 2025
1 parent 338c6b7 commit 48ffb4d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/live-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,12 +41,12 @@ jobs:
if: ${{ !cancelled() }}
with:
name: playwright-report
path: playwright-report/
path: ./deployables/extension/playwright-report/
retention-days: 30

- uses: actions/upload-artifact@v4
if: ${{ failure() }}
with:
name: playwright-report
path: test-results/
name: test-results
path: ./deployables/extension/test-results/
retention-days: 30

0 comments on commit 48ffb4d

Please sign in to comment.