Skip to content

Commit

Permalink
fix: CI/CD Pipeline issue
Browse files Browse the repository at this point in the history
  • Loading branch information
alexdigdir committed Jan 23, 2025
1 parent 8baa88a commit d876431
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/workflow-playwright-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,15 +29,15 @@ jobs:
- name: Run Playwright tests
run: pnpm --filter frontend test:playwright

- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
if: always()
with:
name: playwright-report
path: packages/frontend/playwright-report/
retention-days: 7

- name: Store artifacts
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
if: failure()
with:
name: playwright-screenshots
Expand Down

0 comments on commit d876431

Please sign in to comment.