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.
1 parent 520459e commit cbdfce6Copy full SHA for cbdfce6
.circleci/config.yml
@@ -250,7 +250,9 @@ jobs:
250
- browser-tools/install-chrome
251
- setup_bazel_rbe
252
- run: sudo cp .circleci/bazel.rc /etc/bazel.bazelrc
253
- - run: yarn bazel:test
+ - run:
254
+ command: yarn bazel:test
255
+ no_output_timeout: 20m
256
257
integration:
258
executor: test-executor
@@ -260,6 +262,7 @@ jobs:
260
262
- install_python
261
263
- run:
264
command: yarn bazel:integration
265
266
267
snapshot_publish:
268
executor: action-executor
0 commit comments