From 7547f75b96cbb6ad56a8d547ce2788993286f69e Mon Sep 17 00:00:00 2001 From: Amin Yahyaabadi Date: Tue, 3 Sep 2024 23:48:48 -0700 Subject: [PATCH] ci: add integration test for modern bundle --- .github/workflows/CI.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 9a0d4a5d..bee33da6 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -200,6 +200,14 @@ jobs: env: 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 uses: actions/setup-node@v4 with: