We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b35c6e0 commit cadcb21Copy full SHA for cadcb21
1 file changed
.github/workflows/run-all-unit-tests.yaml
@@ -46,6 +46,8 @@ jobs:
46
export SHELL=/bin/zsh
47
touch ~/.zshrc
48
unset JAVA_HOME
49
+ export PATH=/usr/bin:/bin:/usr/sbin:/sbin
50
+
51
52
npm run test -- ./test/java --no-file-parallelism --disable-console-intercept
53
0 commit comments