Skip to content

Commit 0e2a683

Browse files
committed
[build] do not run JS tests in parallel on github actions runner
1 parent 523919f commit 0e2a683

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci-javascript.yml

+1
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,5 @@ jobs:
3131
bazel test
3232
--flaky_test_attempts 3
3333
--test_tag_filters ${{ matrix.browser }}
34+
--local_test_jobs 1
3435
//javascript/node/...

0 commit comments

Comments
 (0)