Skip to content

Commit

Permalink
ci: fix code coverage (#1383)
Browse files Browse the repository at this point in the history
  • Loading branch information
andrii-bodnar authored Jan 30, 2023
1 parent 8a41368 commit 6f0a48c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/main-suite.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ jobs:

validate:
runs-on: ubuntu-latest
needs: test
name: validate (16, ubuntu-latest)
steps:
- uses: actions/checkout@v3
Expand All @@ -53,6 +54,9 @@ jobs:
- name: Install dependencies if needed
run: yarn install --frozen-lockfile --pure-lockfile

- name: Unit Testing
run: yarn test

- name: Linting & Types
run: yarn lint:all

Expand Down

1 comment on commit 6f0a48c

@vercel
Copy link

@vercel vercel bot commented on 6f0a48c Jan 30, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.