Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
rodleviton committed Nov 17, 2023
1 parent 7d7a6f4 commit e7eead1
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,10 @@ jobs:
with:
node-version: 18.x
cache: "npm"
- run: npm run test:ci
- name: Install dependencies
run: npm ci
- name: Install dependencies
run: npm run test:ci
- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v3
env:
Expand Down

0 comments on commit e7eead1

Please sign in to comment.