This commit is contained in:
parent
a48f0603b2
commit
9fb856e43f
3 changed files with 4 additions and 3 deletions
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
|
|
@ -22,7 +22,7 @@ jobs:
|
|||
- name: Bun Setup
|
||||
uses: oven-sh/setup-bun@v2
|
||||
with:
|
||||
bun-version-file: '.tool-versions'
|
||||
bun-version-file: 'mise.toml'
|
||||
- name: Install
|
||||
run: bun install
|
||||
- name: Lint
|
||||
|
|
@ -34,4 +34,4 @@ jobs:
|
|||
- name: Prisma Check
|
||||
run: bun prisma:validate
|
||||
- name: Test
|
||||
run: bun run test:unit
|
||||
run: bun run test:unit
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue