Skip to content

Commit 605d95d

Browse files
petebacondarwinvicb
authored andcommitted
skip uploading playwrite reports for now
1 parent 57c4157 commit 605d95d

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/playwright.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@ jobs:
1717
run: npm install -g pnpm && pnpm install
1818
- name: Run Playwright tests
1919
run: pnpm e2e
20-
- uses: actions/upload-artifact@v4
21-
if: always()
22-
with:
23-
name: api-playwright-report
24-
path: next-apps/api/playwright-report/
25-
retention-days: 30
20+
# - uses: actions/upload-artifact@v4
21+
# if: always()
22+
# with:
23+
# name: api-playwright-report
24+
# path: next-apps/*/playwright-report/
25+
# retention-days: 30

0 commit comments

Comments
 (0)