fix action

This commit is contained in:
syuilo
2025-12-03 18:10:08 +09:00
parent 5512898463
commit 6293a57de8
3 changed files with 9 additions and 6 deletions

View File

@@ -56,6 +56,8 @@ jobs:
run: git diff --exit-code pnpm-lock.yaml
- name: Copy Configure
run: cp .github/misskey/test.yml .config/default.yml
- name: Compile Configure
run: pnpm convert:config
- name: Build
run: pnpm build
- name: Run migrations