Skip to content

Commit 12b545a

Browse files
committed
fix workflow
1 parent 93c1140 commit 12b545a

1 file changed

Lines changed: 1 addition & 5 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,4 @@ jobs:
2020
command: cd ${{ secrets.FOLDER }} && git pull origin main
2121
host: ${{ secrets.HOST }}
2222
username: ${{ secrets.USER_NAME }}
23-
privateKey: ${{ secrets.PRIVATE_KEY}}
24-
25-
CC_TEST_REPORTER_ID: ${{ secrets.CC_TEST_REPORTER_ID }}
26-
with:
27-
coverageCommand: npm test
23+
privateKey: ${{ secrets.PRIVATE_KEY}}

0 commit comments

Comments
 (0)