Skip to content

Commit 6e78a8a

Browse files
committed
Run xcode-tools vscode macports
1 parent 920e243 commit 6e78a8a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,9 +49,9 @@ jobs:
4949
unset JAVA_HOME
5050
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
5151
52-
npm run test -- ./test/java --no-file-parallelism --disable-console-intercept
52+
npm run test -- ./test/xcode-tools ./test/vscode ./test/macports --no-file-parallelism --disable-console-intercept
5353
5454
- name: Run tests (Linux)
5555
if: runner.os == 'Linux'
56-
run: npm run test -- ./test/xcode-tools ./test/vscode ./test/macports --no-file-parallelism --silent=passed-only
56+
run: npm run test -- ./test --no-file-parallelism --silent=passed-only
5757

0 commit comments

Comments
 (0)