this repo has no description
0
fork

Configure Feed

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

Don't need upload-artifact

-6
-6
.github/workflows/playwright.yml
··· 23 23 run: npx playwright install --with-deps webkit --only-shell 24 24 - name: Run Playwright tests 25 25 run: npm run test 26 - - uses: actions/upload-artifact@v4 27 - if: ${{ !cancelled() }} 28 - with: 29 - name: playwright-report 30 - path: playwright-report/ 31 - retention-days: 30