Skip to content

Commit

Permalink
chore: add package install flow.
Browse files Browse the repository at this point in the history
  • Loading branch information
ytetsuro committed May 16, 2022
1 parent f8ec1d2 commit 8601475
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ jobs:
uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node-version }}
- run: npm ci --ignore-scripts
- name: Get Coverage for badge
run: |
SUMMARY="$(npm test -- --silent --coverage --coverageReporters='text-summary' | tail -4 | head -1)"
Expand Down

0 comments on commit 8601475

Please sign in to comment.