We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 06c9525 commit c0dc376Copy full SHA for c0dc376
.github/workflows/pull_request.yml
@@ -70,6 +70,16 @@ jobs:
70
windows_pre_build_command: . .github\workflows\scripts\windows\setup.ps1
71
windows_build_command: scripts\test_windows.ps1
72
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
83
84
soundness:
85
name: Soundness
0 commit comments