Skip to content

Commit 7547f75

Browse files
committed
ci: add integration test for modern bundle
1 parent fb5b743 commit 7547f75

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/CI.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -200,6 +200,14 @@ jobs:
200200
env:
201201
RUNNER_OS_NAME: ${{ matrix.os }}
202202

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+
203211
- name: Setup Node 12
204212
uses: actions/setup-node@v4
205213
with:

0 commit comments

Comments
 (0)