mirror of
https://github.com/immich-app/immich
synced 2026-08-22 13:13:05 +00:00
chore: mise scripts (#28367)
This commit is contained in:
parent
e142e3aca7
commit
15f3947ae6
10 changed files with 66 additions and 82 deletions
7
.github/workflows/test.yml
vendored
7
.github/workflows/test.yml
vendored
|
|
@ -674,11 +674,8 @@ jobs:
|
|||
- name: Install server dependencies
|
||||
run: SHARP_IGNORE_GLOBAL_LIBVIPS=true pnpm --filter immich install --frozen-lockfile
|
||||
|
||||
- name: Build the app
|
||||
run: pnpm --filter immich build
|
||||
|
||||
- name: Run API generation
|
||||
run: ./bin/generate-open-api.sh
|
||||
run: mise //:open-api
|
||||
working-directory: open-api
|
||||
|
||||
- name: Find file changes
|
||||
|
|
@ -770,7 +767,7 @@ jobs:
|
|||
exit 1
|
||||
|
||||
- name: Run SQL generation
|
||||
run: pnpm sync:sql
|
||||
run: mise //:sql
|
||||
env:
|
||||
DB_URL: postgres://postgres:postgres@localhost:5432/immich
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue