We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c943d19 commit 909e99bCopy full SHA for 909e99b
1 file changed
.github/workflows/run-all-unit-tests-linux.yaml
@@ -39,5 +39,5 @@ jobs:
39
40
- name: Run tests (Linux)
41
if: runner.os == 'Linux'
42
- run: npm run test -- ./test/java --no-file-parallelism --disable-console-intercept --shard ${{ matrix.shard }}
+ run: npm run test -- ./test/java --no-file-parallelism --disable-console-intercept # --shard ${{ matrix.shard }}
43
0 commit comments