fix: CI
Fixed a typo
This commit is contained in:
parent
718073ec51
commit
71b163c3ba
1 changed files with 1 additions and 1 deletions
|
|
@ -24,7 +24,7 @@ jobs:
|
|||
run: bun audit || true
|
||||
|
||||
- name: Run unit tests
|
||||
run: bun run test:unit run
|
||||
run: bun run test:unit
|
||||
|
||||
- name: Type check
|
||||
run: bun run type-check -- --force
|
||||
|
|
|
|||
Loading…
Reference in a new issue