this repo has no description
0
fork

Configure Feed

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

Should be webkit

+1 -1
+1 -1
.github/workflows/playwright.yml
··· 18 18 - name: Install dependencies 19 19 run: npm ci 20 20 - name: Install Playwright Browsers 21 - run: npx playwright install --with-deps chromium --only-shell 21 + run: npx playwright install --with-deps webkit --only-shell 22 22 - name: Run Playwright tests 23 23 run: npx playwright test 24 24 - uses: actions/upload-artifact@v4