Skip to content

Commit

Permalink
fix: ci script
Browse files Browse the repository at this point in the history
  • Loading branch information
narol1024 committed Jun 3, 2024
1 parent d452d50 commit 5975da8
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,10 @@ jobs:
- uses: actions/setup-node@v3
with:
node-version: 16
- run: npm install
- run: npm run test:ci
- name: Install
run: npm install
- name: Test and Coverage
run: npm run test:ci
- name: Update Coverage Badge
if: github.ref == format('refs/heads/{0}', github.event.repository.default_branch)
uses: we-cli/coverage-badge-action@main
Expand Down

0 comments on commit 5975da8

Please sign in to comment.