Skip to content

Commit 0a9061d

Browse files
author
v_guanglwen
committed
feat: 测
1 parent 71aa4ca commit 0a9061d

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -7,21 +7,14 @@ on:
77
jobs:
88
upload:
99
runs-on: ubuntu-latest
10+
environment: PR_CI
1011
steps:
1112
- uses: actions/checkout@v4
1213
with:
1314
fetch-depth: 0
1415
submodules: 'recursive'
1516
token: ${{ secrets.GITHUB_TOKEN }}
1617

17-
- name: Clone submodule
18-
run: git submodule status
19-
20-
- name: Install dependencies
21-
run: npm install
22-
23-
- name: Run package script
24-
run: npm run init
2518

2619
- name: Upload MiniProgram
2720
env:

0 commit comments

Comments
 (0)