Skip to content

Commit

Permalink
Merge branch 'master' into carina/maptaskio
Browse files Browse the repository at this point in the history
  • Loading branch information
ursucarina authored Mar 21, 2023
2 parents 549a234 + d0d383e commit c0570e9
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 c0570e9

Please sign in to comment.