refactor: misc refactoring around browsers debugging and stability (#9979)

This commit is contained in:
Alex Rudenko
2023-04-06 11:14:58 +02:00
committed by GitHub
parent 0b4a2635f5
commit c874a81445
12 changed files with 186 additions and 117 deletions

View File

@@ -399,11 +399,6 @@ jobs:
run: npm ci
env:
PUPPETEER_SKIP_DOWNLOAD: true
- name: Setup cache for browser binaries
uses: actions/cache@v3
with:
path: packages/browsers/test/cache
key: browsers-${{ hashFiles('packages/browsers/tools/downloadTestBrowsers.mjs') }}-${{ hashFiles('packages/browsers/test/src/versions.ts') }}
- name: Run tests
run: npm run test --workspace @puppeteer/browsers