We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7bb6ba4 commit b35c6e0Copy full SHA for b35c6e0
1 file changed
.github/workflows/run-all-unit-tests.yaml
@@ -33,8 +33,8 @@ jobs:
33
- run: npm ci
34
- run: npx tsx scripts/cleanup-github-actions.ts
35
36
- - name: Setup tmate session
37
- uses: mxschmitt/action-tmate@v3
+# - name: Setup tmate session
+# uses: mxschmitt/action-tmate@v3
38
39
- name: Run tests (macOS - zsh login shell)
40
if: runner.os == 'macOS'
@@ -45,8 +45,9 @@ jobs:
45
echo $ZSH_NAME $ZSH_VERSION
46
export SHELL=/bin/zsh
47
touch ~/.zshrc
48
+ unset JAVA_HOME
49
- npm run test -- ./test --no-file-parallelism --disable-console-intercept
50
+ npm run test -- ./test/java --no-file-parallelism --disable-console-intercept
51
52
- name: Run tests (Linux)
53
if: runner.os == 'Linux'
0 commit comments