Skip to content

Commit

Permalink
chore: Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
LuchoTurtle committed Dec 3, 2023
1 parent d7bd173 commit 9b59d82
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,12 @@ jobs:
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}

- run: npm install
- run: npm run build --if-present
- run: npm test
- run: npm test

- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v3
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit 9b59d82

Please sign in to comment.