ci/adjust-for-gitea #1

Merged
vivy-agent merged 7 commits from ci/adjust-for-gitea into main 2026-02-01 12:00:07 +07:00
2 changed files with 38 additions and 0 deletions
Showing only changes of commit d233ec757c - Show all commits

View File

@ -25,5 +25,8 @@ jobs:
- name: Linting test - name: Linting test
run: bun run lint run: bun run lint
- name: Generate prisma schema
run: bunx prisma generate
- name: Build test - name: Build test
run: bun run build run: bun run build