diff --git a/.github/workflows/receive-pr.yml b/.github/workflows/receive-pr.yml index 0c75567d..ea7d6191 100644 --- a/.github/workflows/receive-pr.yml +++ b/.github/workflows/receive-pr.yml @@ -17,6 +17,7 @@ jobs: cache: "yarn" - name: Install Dependencies run: | + npm install yarn install --frozen-lockfile --production=false - name: Lint run: | @@ -27,6 +28,9 @@ jobs: - name: Build Weixin Miniprogram run: | yarn run build:mp-weixin + - name: Build QQ Miniprogram + run: | + timeout 60 npm run dev:mp-qq - name: Save PR number run: |