Skip to content

Commit

Permalink
chore: fix path
Browse files Browse the repository at this point in the history
  • Loading branch information
luizstacio committed Feb 20, 2024
1 parent 5f71ebf commit 27e37e7
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/pr-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,11 +99,13 @@ jobs:
env:
NODE_ENV: test

- uses: actions/upload-artifact@v2
- uses: actions/upload-artifact@v4
if: always()
with:
name: playwright-report
path: playwright-report/
path: |
packages/app/playwright-report/
packages/app/playwright-html/
retention-days: 30

- name: Stop Test Node
Expand Down Expand Up @@ -149,13 +151,11 @@ jobs:
env:
NODE_ENV: test

- uses: actions/upload-artifact@v2
- uses: actions/upload-artifact@v4
if: always()
with:
name: playwright-report
path: |
packages/app/playwright-report/
packages/app/playwright-html/
path: packages/e2e-contract-tests/playwright-report/
retention-days: 30

- name: Stop Test Node
Expand Down

0 comments on commit 27e37e7

Please sign in to comment.