Skip to content
This repository has been archived by the owner on Apr 25, 2022. It is now read-only.

Commit

Permalink
修改ci
Browse files Browse the repository at this point in the history
  • Loading branch information
CodFrm committed Nov 22, 2020
1 parent 73355c8 commit aa13ae8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/packageRelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,8 @@ jobs:
env:
CHROME_PEM: ${{ secrets.CHROME_PEM }}
run: |
echo $CHROME_PEM > build/cxmooc-tolls.pem
echo "$CHROME_PEM" > ./build/cxmooc-tools.pem
chmod 600 ./build/cxmooc-tools.pem
npm ci
npm test
npm run build
Expand Down

0 comments on commit aa13ae8

Please sign in to comment.