Skip to content

Commit

Permalink
chore: update .github/workflows/ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jaywcjlove committed Sep 19, 2021
1 parent 3e05fea commit a905573
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,12 @@ jobs:
node-version: 14

- run: npm install
- run: npm i coverage-badges-cli -g
- run: npm run build
- run: npm run doc
- run: npm run test:coverage
- run: coverage-badges
- run: npm run cp -rp coverage build
- run: npm run doc

- run: npm install @jsdevtools/npm-publish -g
- run: npm-publish --token="${{ secrets.NPM_TOKEN }}" ./package.json
Expand Down Expand Up @@ -60,8 +63,3 @@ jobs:
${{ steps.changelog.outputs.compareurl }}
${{ steps.changelog.outputs.changelog }}
- name: Coveralls
uses: coverallsapp/github-action@master
with:
github-token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit a905573

Please sign in to comment.