Skip to content

Commit

Permalink
chore: improve github action
Browse files Browse the repository at this point in the history
  • Loading branch information
hdev14 committed Nov 30, 2024
1 parent 8544ac2 commit 9ffe409
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Continuous Integration
on: push

jobs:
test:
coverage:
runs-on: ubuntu-latest
strategy:
matrix:
Expand All @@ -20,4 +20,8 @@ jobs:
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
node-version: ${{ matrix.node-version }}

- name: Install Deps & Tests
run: npm ci
run: npm run test:cov

0 comments on commit 9ffe409

Please sign in to comment.