Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
Julien-R44 committed Mar 31, 2024
1 parent 09689db commit f02e18b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ jobs:
- name: Install dependencies
run: |
pnpm install
pnpm -r build
- name: Typecheck
run: pnpm typecheck
Expand All @@ -68,6 +69,7 @@ jobs:
- name: Install dependencies
run: |
pnpm install
pnpm -r build
- name: Run tests
run: FORCE_COLOR=1 pnpm test

0 comments on commit f02e18b

Please sign in to comment.