this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

skip uploading playwrite reports for now

authored by

Peter Bacon Darwin and committed by
Victor Berchet
605d95d4 57c41575

+6 -6
+6 -6
.github/workflows/playwright.yml
··· 17 17 run: npm install -g pnpm && pnpm install 18 18 - name: Run Playwright tests 19 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 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