Skip to content

Commit

Permalink
update pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
2pd committed Dec 18, 2023
1 parent 298c5a7 commit c5880d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
- run: npm install
- run: npm run standard
- run: node __tests__/websocket/testingServer.js & sleep 50 && npm run coverage
- uses: artiomtr/jest-coverage-report-action@v2.0-rc.1
- uses: artiomtr/jest-coverage-report-action@v2
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
threshold: 95
Expand Down

0 comments on commit c5880d8

Please sign in to comment.