From 1e830b1e04a27424e7863c3e598b05ca89aff62a Mon Sep 17 00:00:00 2001 From: "gaoyuan.1226" Date: Wed, 25 Oct 2023 10:54:47 +0800 Subject: [PATCH] fix: workflow --- .github/workflows/integration-test-Windows.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/integration-test-Windows.yml b/.github/workflows/integration-test-Windows.yml index da511fbd2b8b..145bd2e94640 100644 --- a/.github/workflows/integration-test-Windows.yml +++ b/.github/workflows/integration-test-Windows.yml @@ -36,6 +36,7 @@ jobs: run: corepack enable - name: Check skip CI + shell: bash run: echo "RESULT=$(node ./scripts/skipCI.js)" >> "$GITHUB_OUTPUT" id: skip-ci