We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fb5b743 commit 7547f75Copy full SHA for 7547f75
1 file changed
.github/workflows/CI.yml
@@ -200,6 +200,14 @@ jobs:
200
env:
201
RUNNER_OS_NAME: ${{ matrix.os }}
202
203
+ - name: Modern Integration Tests
204
+ if: ${{ !contains(github.event.head_commit.message, '[skip test]') }}
205
+ run: |
206
+ node ./dist/modern/setup-cpp.mjs --help
207
+ node ./dist/modern/setup-cpp.mjs --gcc true --cmake true
208
+ env:
209
+ RUNNER_OS_NAME: ${{ matrix.os }}
210
+
211
- name: Setup Node 12
212
uses: actions/setup-node@v4
213
with:
0 commit comments