Skip to content

Commit afa9e1e

Browse files
committed
ci: enable puppeteer debug logging in main test runs
This might be useful for figuring out why the Firefox tests often seem to time out.
1 parent 4230292 commit afa9e1e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ jobs:
116116
- name: Install node modules
117117
run: pnpm install --frozen-lockfile
118118
- name: Run tests
119-
run: bazel test --build_tag_filters=-e2e --test_tag_filters=-e2e --build_tests_only -- src/...
119+
run: bazel test --build_tag_filters=-e2e --test_tag_filters=-e2e --build_tests_only --test_env="DEBUG=puppeteer:*" -- src/...
120120

121121
build:
122122
runs-on: ubuntu-latest-16core

0 commit comments

Comments
 (0)