mirror of
https://github.com/immich-app/immich
synced 2025-10-17 18:19:27 +00:00
fix: fix docker perms for dev (#21359)
This commit is contained in:
parent
9487241481
commit
147accd957
5 changed files with 33 additions and 14 deletions
3
.github/workflows/test.yml
vendored
3
.github/workflows/test.yml
vendored
|
|
@ -569,7 +569,8 @@ jobs:
|
|||
- name: Build the app
|
||||
run: pnpm --filter immich build
|
||||
- name: Run API generation
|
||||
run: make open-api
|
||||
run: ./bin/generate-open-api.sh
|
||||
working-directory: open-api
|
||||
- name: Find file changes
|
||||
uses: tj-actions/verify-changed-files@a1c6acee9df209257a246f2cc6ae8cb6581c1edf # v20.0.4
|
||||
id: verify-changed-files
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue