We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 57c4157 commit 605d95dCopy full SHA for 605d95d
.github/workflows/playwright.yml
@@ -17,9 +17,9 @@ jobs:
17
run: npm install -g pnpm && pnpm install
18
- name: Run Playwright tests
19
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
+ # - uses: actions/upload-artifact@v4
+ # if: always()
+ # with:
+ # name: api-playwright-report
+ # path: next-apps/*/playwright-report/
+ # retention-days: 30
0 commit comments