ci: add integration test for modern bundle

This commit is contained in:
Amin Yahyaabadi 2024-09-03 23:48:48 -07:00
parent fb5b743b5f
commit 7547f75b96
No known key found for this signature in database
GPG Key ID: F52AF77F636088F0
1 changed files with 8 additions and 0 deletions

View File

@ -200,6 +200,14 @@ jobs:
env: env:
RUNNER_OS_NAME: ${{ matrix.os }} RUNNER_OS_NAME: ${{ matrix.os }}
- name: Modern Integration Tests
if: ${{ !contains(github.event.head_commit.message, '[skip test]') }}
run: |
node ./dist/modern/setup-cpp.mjs --help
node ./dist/modern/setup-cpp.mjs --gcc true --cmake true
env:
RUNNER_OS_NAME: ${{ matrix.os }}
- name: Setup Node 12 - name: Setup Node 12
uses: actions/setup-node@v4 uses: actions/setup-node@v4
with: with: