Skip to content

Commit c943d19

Browse files
committed
Test jenv
1 parent f7e3fd6 commit c943d19

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
matrix:
1919
os: [ubuntu-latest]
2020
# os: [ubuntu-latest, ubuntu-24.04-arm, macos-latest]
21-
shard: ["1/20", "2/20", "3/20", "4/20", "5/20", "6/20", "7/20", "8/20", "9/20", "10/20", "11/20", "12/20", "13/20", "14/20", "15/20", "16/20", "17/20", "18/20", "19/20", "20/20"]
21+
# shard: ["1/20", "2/20", "3/20", "4/20", "5/20", "6/20", "7/20", "8/20", "9/20", "10/20", "11/20", "12/20", "13/20", "14/20", "15/20", "16/20", "17/20", "18/20", "19/20", "20/20"]
2222

2323
steps:
2424
- uses: actions/checkout@v4
@@ -39,5 +39,5 @@ jobs:
3939

4040
- name: Run tests (Linux)
4141
if: runner.os == 'Linux'
42-
run: npm run test -- ./test --no-file-parallelism --silent=passed-only --shard ${{ matrix.shard }}
42+
run: npm run test -- ./test/java --no-file-parallelism --disable-console-intercept --shard ${{ matrix.shard }}
4343

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
name: Test all on Demand (MacOS)
55

66
on:
7-
push:
7+
# push:
88
# schedule:
99
# - cron: '0 0 * * 0' # Every Sunday at midnight UTC
1010
workflow_dispatch:

0 commit comments

Comments
 (0)