From 8c5075a6df7ece1c01a12c5182f6cf68cc0a37ce Mon Sep 17 00:00:00 2001 From: PP_Pro Date: Wed, 20 Sep 2023 11:17:21 +0800 Subject: [PATCH] fix CI --- .github/workflows/native-ts-build.yml | 1 - .github/workflows/web-npm_test.yml | 4 ---- 2 files changed, 5 deletions(-) diff --git a/.github/workflows/native-ts-build.yml b/.github/workflows/native-ts-build.yml index bb4955c72ca..d642260815d 100644 --- a/.github/workflows/native-ts-build.yml +++ b/.github/workflows/native-ts-build.yml @@ -28,7 +28,6 @@ jobs: with: node-version: ${{ matrix.node-version }} - run: npm ci - - run: npx gulp build-debug-infos - name: Download external run: | EXT_VERSION=`node ./.github/workflows/get-native-external-version.js` diff --git a/.github/workflows/web-npm_test.yml b/.github/workflows/web-npm_test.yml index 7fc260ea723..8434959aabf 100644 --- a/.github/workflows/web-npm_test.yml +++ b/.github/workflows/web-npm_test.yml @@ -31,10 +31,6 @@ jobs: - name: npm install run: | npm install - - - name: build-debug-infos - run: | - gulp build-debug-infos - name: run test run: |