Skip to content

Commit

Permalink
fix: add unit tests execution into pr-check.yaml (#242)
Browse files Browse the repository at this point in the history
Signed-off-by: Denis Golovin <[email protected]>
  • Loading branch information
dgolovin authored Jul 15, 2024
1 parent 6a58793 commit 14a3b93
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/pr-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -116,3 +116,5 @@ jobs:
- name: Run formatter
run: yarn format:check

- name: Run Tests
run: yarn test

0 comments on commit 14a3b93

Please sign in to comment.