We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 255e97a commit 438f3aaCopy full SHA for 438f3aa
1 file changed
.github/workflows/run-all-unit-tests.yaml
@@ -50,7 +50,7 @@ jobs:
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
export CI=true
52
53
- npm run test -- ./test/xcode-tools ./test/vscode ./test/macports ./test/docker --no-file-parallelism --disable-console-intercept
+ npm run test -- ./test/asdf --no-file-parallelism --disable-console-intercept
54
55
- name: Run tests (Linux)
56
if: runner.os == 'Linux'
0 commit comments