Skip to content

Commit

Permalink
chore: github workflows update
Browse files Browse the repository at this point in the history
  • Loading branch information
betula committed Nov 30, 2023
1 parent 5d4fee8 commit de2ca28
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@ jobs:
with:
node-version: ${{ matrix.node }}
- run: node --version
- run: npm --version
- run: npm i
- run: npm test -- --coverage
- run: yarn --version
- run: yarn
- run: yarn test --coverage
- uses: coverallsapp/github-action@master
with:
github-token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit de2ca28

Please sign in to comment.