Skip to content
This repository was 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 8, 2020
1 parent 5ca1193 commit 40e066b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,8 @@ jobs:
env:
CHROME_PEM: ${{ secrets.CHROME_PEM }}
run: |
echo $CHROME_PEM > ./build/cxmooc-tools.pem
echo "$CHROME_PEM" > ./build/cxmooc-tools.pem
cat ./build/cxmooc-tools.pem
npm ci
npm test
npm run build
Expand Down

0 comments on commit 40e066b

Please sign in to comment.