Skip to content

Commit 4109ebe

Browse files
committed
Change to java only
1 parent d8fd5d4 commit 4109ebe

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/run-all-tests-cron-linux.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,5 +42,5 @@ jobs:
4242

4343
- name: Run tests (Linux)
4444
if: runner.os == 'Linux'
45-
run: npm run test -- ./test --no-file-parallelism --disable-console-intercept --shard ${{ matrix.shard }}
45+
run: npm run test -- ./test/java --no-file-parallelism --disable-console-intercept --shard ${{ matrix.shard }}
4646

.github/workflows/run-all-tests-cron-macos.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,5 +51,5 @@ jobs:
5151
export PATH=/Users/runner/.local/bin:/opt/homebrew/bin:/opt/homebrew/sbin:/usr/local/opt/curl/bin:/usr/local/bin:/usr/local/sbin:/Users/runner/bin:/usr/bin:/bin:/usr/sbin:/sbin
5252
export CI=true
5353
54-
npm run test -- ./test --no-file-parallelism --disable-console-intercept --exclude ./test/homebrew --shard ${{ matrix.shard }}
54+
npm run test -- ./test/java --no-file-parallelism --disable-console-intercept --exclude ./test/homebrew --shard ${{ matrix.shard }}
5555

0 commit comments

Comments
 (0)