We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 438f3aa commit 3855905Copy full SHA for 3855905
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/asdf --no-file-parallelism --disable-console-intercept
+ npm run test -- ./test/android ./test/homebrew/custom-install.test.ts --no-file-parallelism --disable-console-intercept
54
55
- name: Run tests (Linux)
56
if: runner.os == 'Linux'
0 commit comments