Skip to content

Commit

Permalink
Install codecov as NPM package in Github action.
Browse files Browse the repository at this point in the history
  • Loading branch information
ts-milen.georgiev committed Feb 9, 2021
1 parent 7501f5d commit 22698d7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,12 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: codecov/codecov-action@v1
# - uses: codecov/codecov-action@v1
- uses: actions/setup-node@v1
with:
node-version: 12
- run: npm ci
- run: npm install -g codecov
- run: npm test

publish-npm:
Expand Down

0 comments on commit 22698d7

Please sign in to comment.