Skip to content

Commit

Permalink
add install to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
DevTeaLeaf committed Jul 29, 2024
1 parent 68ec4ed commit 32dfecb
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/4_codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@ jobs:
with:
node-version: lts/*

- name: Install dependencies
run: yarn install

- name: Run tests and collect coverage
run: yarn test:unit --coverage

Expand Down

0 comments on commit 32dfecb

Please sign in to comment.