add more steps
This commit is contained in:
parent
8969e2b8aa
commit
625374832b
1 changed files with 6 additions and 2 deletions
8
.github/workflows/pr.yaml
vendored
8
.github/workflows/pr.yaml
vendored
|
|
@ -15,9 +15,13 @@ jobs:
|
|||
bun-version: latest
|
||||
- name: Install
|
||||
run: bun install
|
||||
- name: Svelte Check
|
||||
run: bun check
|
||||
- name: Lint
|
||||
run: bun lint
|
||||
- name: Test
|
||||
run: bun test
|
||||
- name: Build
|
||||
run: bun run build
|
||||
- name: Prisma Schema Check
|
||||
run: bun prisma:validate
|
||||
- name: Prisma Check
|
||||
run: bun prisma:validate
|
||||
Loading…
Add table
Reference in a new issue