Skip to content

Commit

Permalink
Fix codecov workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
borisbelmar committed Apr 25, 2024
1 parent f626446 commit 9e22627
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,9 @@ jobs:
- name: Install dependencies
run: yarn --frozen-lockfile

- name: Packages Build
run: yarn build --filter=@arrow-navigation/core

- name: Run tests with coverage
run: yarn test:coverage

Expand Down

0 comments on commit 9e22627

Please sign in to comment.