Skip to content

Commit

Permalink
Install deps directly in checks.yml (#728)
Browse files Browse the repository at this point in the history
Signed-off-by: eduardo apolinario <[email protected]>
Co-authored-by: eduardo apolinario <[email protected]>
  • Loading branch information
eapolinario and eapolinario authored Mar 21, 2023
1 parent b3074dc commit d0d383e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,9 @@ jobs:
- uses: actions/setup-node@v3
with:
node-version: 18
- uses: bahmutov/npm-install@v1
cache: yarn
- name: Install deps
run: yarn install --frozen-lockfile
- name: Run tests and generate coverage
run: make test_unit_codecov
- uses: codecov/codecov-action@v1
Expand Down

0 comments on commit d0d383e

Please sign in to comment.