We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
main
1 parent 4230292 commit afa9e1eCopy full SHA for afa9e1e
.github/workflows/ci.yml
@@ -116,7 +116,7 @@ jobs:
116
- name: Install node modules
117
run: pnpm install --frozen-lockfile
118
- name: Run tests
119
- run: bazel test --build_tag_filters=-e2e --test_tag_filters=-e2e --build_tests_only -- src/...
+ run: bazel test --build_tag_filters=-e2e --test_tag_filters=-e2e --build_tests_only --test_env="DEBUG=puppeteer:*" -- src/...
120
121
build:
122
runs-on: ubuntu-latest-16core
0 commit comments