test4
CI / test (push) Failing after 30s

This commit is contained in:
2026-09-04 09:39:40 +08:00
parent 79042cd618
commit 0dac4ddf41
+4 -4
View File
@@ -34,10 +34,10 @@ jobs:
# run: docker --version
- name: 安装依赖
run: |
npm config set registry https://registry.npmmirror.com
npm install -g pnpm
pnpm install --frozen-lockfile --network-timeout 600000
run: |
npm config set registry https://registry.npmmirror.com
npm install -g pnpm
pnpm install --frozen-lockfile --network-timeout 600000
- name: Prisma generate
run: pnpm --filter @inkreach/api prisma:generate