We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 71aa4ca commit 0a9061dCopy full SHA for 0a9061d
.github/workflows/ci.yml
@@ -7,21 +7,14 @@ on:
7
jobs:
8
upload:
9
runs-on: ubuntu-latest
10
+ environment: PR_CI
11
steps:
12
- uses: actions/checkout@v4
13
with:
14
fetch-depth: 0
15
submodules: 'recursive'
16
token: ${{ secrets.GITHUB_TOKEN }}
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
25
26
- name: Upload MiniProgram
27
env:
0 commit comments