Skip to content

Commit fc4e68d

Browse files
committed
rollup
1 parent 766f39f commit fc4e68d

File tree

6 files changed

+9106
-7
lines changed

6 files changed

+9106
-7
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,6 @@ jobs:
3434
- uses: actions/setup-node@v4
3535
with:
3636
node-version: 20
37-
- run: npm install
38-
- run: npm run build
3937
- uses: actions/download-artifact@v4
4038
with:
4139
name: compilation_log
@@ -46,4 +44,4 @@ jobs:
4644
PRIVATE_KEY: ${{ secrets.PRIVATE_KEY }}
4745
INSTALLATION_ID: ${{ vars.INSTALLATION_ID }}
4846
CLIENT_ID: ${{ vars.CLIENT_ID }}
49-
CLIENT_SECRET: ${{ secrets.CLIENT_SECRET}}
47+
CLIENT_SECRET: ${{ secrets.CLIENT_SECRET }}

0 commit comments

Comments
 (0)