Skip to content

Commit

Permalink
ci: add coveralls workflow_2
Browse files Browse the repository at this point in the history
  • Loading branch information
thisyahlen-deriv committed Mar 25, 2024
1 parent 785de87 commit 74cea04
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/coveralls.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ jobs:
with:
node-version: 20.x
- name: Install dependencies
uses: "./.github/actions/npm_install_from_cache"
run: npm ci
- name: Build
uses: "./.github/actions/build"
run: npm run build
- name: Test
run: JEST_MAX_WORKERS=95% npm run test -- --collectCoverage
- name: Coveralls
Expand Down

0 comments on commit 74cea04

Please sign in to comment.