Skip to content

Commit

Permalink
chore: change artifact name
Browse files Browse the repository at this point in the history
  • Loading branch information
luizstacio committed Feb 20, 2024
1 parent 27e37e7 commit bbbffef
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pr-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ jobs:
- uses: actions/upload-artifact@v4
if: always()
with:
name: playwright-report
name: playwright-app-report
path: |
packages/app/playwright-report/
packages/app/playwright-html/
Expand Down Expand Up @@ -154,7 +154,7 @@ jobs:
- uses: actions/upload-artifact@v4
if: always()
with:
name: playwright-report
name: playwright-contracts-report
path: packages/e2e-contract-tests/playwright-report/
retention-days: 30

Expand Down

0 comments on commit bbbffef

Please sign in to comment.