Skip to content

Commit 59bcc92

Browse files
committed
Enable all tests except homebrew
1 parent a59e86a commit 59bcc92

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
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
export CI=true
5252
53-
npm run test -- ./test/android --no-file-parallelism --disable-console-intercept
53+
npm run test -- ./test --no-file-parallelism --disable-console-intercept --exclude ./test/homebrew
5454
5555
- name: Run tests (Linux)
5656
if: runner.os == 'Linux'

0 commit comments

Comments
 (0)