We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 920e243 commit 6e78a8aCopy full SHA for 6e78a8a
1 file changed
.github/workflows/run-all-unit-tests.yaml
@@ -49,9 +49,9 @@ jobs:
49
unset JAVA_HOME
50
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
51
52
- npm run test -- ./test/java --no-file-parallelism --disable-console-intercept
+ npm run test -- ./test/xcode-tools ./test/vscode ./test/macports --no-file-parallelism --disable-console-intercept
53
54
- name: Run tests (Linux)
55
if: runner.os == 'Linux'
56
- run: npm run test -- ./test/xcode-tools ./test/vscode ./test/macports --no-file-parallelism --silent=passed-only
+ run: npm run test -- ./test --no-file-parallelism --silent=passed-only
57
0 commit comments