use test script not bun command
This commit is contained in:
parent
a81a562527
commit
754f9b57ea
1 changed files with 1 additions and 1 deletions
2
.github/workflows/pr.yaml
vendored
2
.github/workflows/pr.yaml
vendored
|
|
@ -24,4 +24,4 @@ jobs:
|
||||||
- name: Prisma Check
|
- name: Prisma Check
|
||||||
run: bun prisma:validate
|
run: bun prisma:validate
|
||||||
- name: Test
|
- name: Test
|
||||||
run: bun test
|
run: 'bun run test:unit'
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue