Обновить .gitea/workflows/publish.yml
Some checks failed
build-and-publish / build-test (push) Failing after 19s
build-and-publish / publish (push) Has been skipped

This commit is contained in:
2026-08-27 09:16:38 +07:00
parent a96fd4995e
commit 2e94fc9a68

View File

@@ -18,6 +18,7 @@ jobs:
with: with:
version: 11.7.0 version: 11.7.0
- run: pnpm install --frozen-lockfile - run: pnpm install --frozen-lockfile
- run: pnpm install vitest
- run: pnpm -r build - run: pnpm -r build
- run: pnpm -r test - run: pnpm -r test
- run: pnpm -r pack - run: pnpm -r pack