Skip to content

Commit c0dc376

Browse files
committed
Turn on macOS gh actions
1 parent 06c9525 commit c0dc376

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.github/workflows/pull_request.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,16 @@ jobs:
7070
windows_pre_build_command: . .github\workflows\scripts\windows\setup.ps1
7171
windows_build_command: scripts\test_windows.ps1
7272
enable_windows_docker: false
73+
# macOS
74+
enable_macos_checks: true
75+
macos_env_vars: |
76+
NODE_VERSION=v20.18.2
77+
NODE_PATH=/usr/local/nvm/versions/node/v20.18.2/bin
78+
NVM_DIR=/usr/local/nvm
79+
CI=1
80+
FAST_TEST_RUN=${{ contains(github.event.pull_request.labels.*.name, 'full-test-run') && '0' || '1'}}
81+
macos_pre_build_command: . .github/workflows/scripts/setup-linux.sh
82+
macos_build_command: ./scripts/test.sh
7383

7484
soundness:
7585
name: Soundness

0 commit comments

Comments
 (0)