Skip to content

Commit

Permalink
skip uploading playwrite reports for now
Browse files Browse the repository at this point in the history
  • Loading branch information
petebacondarwin committed Sep 13, 2024
1 parent 72f8614 commit a26ffb2
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/playwright.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ jobs:
run: npm install -g pnpm && pnpm install
- name: Run Playwright tests
run: pnpm e2e
- uses: actions/upload-artifact@v4
if: always()
with:
name: api-playwright-report
path: next-apps/api/playwright-report/
retention-days: 30
# - uses: actions/upload-artifact@v4
# if: always()
# with:
# name: api-playwright-report
# path: next-apps/*/playwright-report/
# retention-days: 30

0 comments on commit a26ffb2

Please sign in to comment.