fix(ci): build Vault adapter workspace closure

This commit is contained in:
whyour
2026-08-25 00:22:18 +08:00
parent 686873f8ec
commit b0ab255a68
2 changed files with 15 additions and 3 deletions
+4 -3
View File
@@ -1261,9 +1261,10 @@ jobs:
"$(sha256sum "${RUNNER_TEMP}/kubectl" | cut -d ' ' -f 1)"
chmod 0755 "${RUNNER_TEMP}/kubectl"
- name: Build the direct custody adapter
run: |
pnpm --filter @qinglong/runtime-core build
pnpm --filter @qinglong/cluster-control build
run: >-
pnpm -r --workspace-concurrency=1
--filter @qinglong/cluster-control...
run build
- name: Verify the fail-closed adapter and evidence contracts
run: |
node --test \