test: crash mocha if unhandled errors occur (#11055)

This commit is contained in:
Alex Rudenko
2023-09-29 11:32:53 +02:00
committed by GitHub
parent c5f2d28b76
commit 28c1c2662a
4 changed files with 10 additions and 5 deletions

View File

@@ -175,6 +175,8 @@ jobs:
run: npm ci
env:
PUPPETEER_SKIP_DOWNLOAD: true
# Set up GitHub Actions caching for Wireit.
- uses: google/wireit@f3a3c79c553122e2fe5829eeac7d815326502903 # setup-github-actions-caching/v1
- name: Build packages
run: npm run build --workspace @puppeteer-test/test
- name: Setup cache for Chrome binary
@@ -263,6 +265,8 @@ jobs:
run: npm ci
env:
PUPPETEER_SKIP_DOWNLOAD: true
# Set up GitHub Actions caching for Wireit.
- uses: google/wireit@f3a3c79c553122e2fe5829eeac7d815326502903 # setup-github-actions-caching/v1
- name: Build packages
run: npm run build --workspace @puppeteer-test/test
- name: Setup cache for Firefox binary