Skip to content

Commit b35c6e0

Browse files
committed
Test java
1 parent 7bb6ba4 commit b35c6e0

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

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

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@ jobs:
3333
- run: npm ci
3434
- run: npx tsx scripts/cleanup-github-actions.ts
3535

36-
- name: Setup tmate session
37-
uses: mxschmitt/action-tmate@v3
36+
# - name: Setup tmate session
37+
# uses: mxschmitt/action-tmate@v3
3838

3939
- name: Run tests (macOS - zsh login shell)
4040
if: runner.os == 'macOS'
@@ -45,8 +45,9 @@ jobs:
4545
echo $ZSH_NAME $ZSH_VERSION
4646
export SHELL=/bin/zsh
4747
touch ~/.zshrc
48+
unset JAVA_HOME
4849
49-
npm run test -- ./test --no-file-parallelism --disable-console-intercept
50+
npm run test -- ./test/java --no-file-parallelism --disable-console-intercept
5051
5152
- name: Run tests (Linux)
5253
if: runner.os == 'Linux'

0 commit comments

Comments
 (0)