mirror of
https://github.com/whyour/qinglong.git
synced 2026-09-20 16:07:11 +08:00
fix(ci): build workspace before mounted secret gate
This commit is contained in:
@@ -1185,6 +1185,8 @@ jobs:
|
|||||||
postgres:18.4-bookworm
|
postgres:18.4-bookworm
|
||||||
- name: Install workspace dependencies without lifecycle scripts
|
- name: Install workspace dependencies without lifecycle scripts
|
||||||
run: pnpm install --frozen-lockfile --ignore-scripts
|
run: pnpm install --frozen-lockfile --ignore-scripts
|
||||||
|
- name: Build QL3 workspace once
|
||||||
|
run: pnpm run build:packages:ql3
|
||||||
- name: Verify the backward-compatible offline evidence contract
|
- name: Verify the backward-compatible offline evidence contract
|
||||||
run: node --test test/back/ql3PluginPackageSecretBindingKubernetesLiveAudit.test.cjs
|
run: node --test test/back/ql3PluginPackageSecretBindingKubernetesLiveAudit.test.cjs
|
||||||
- name: Prove approval, two-replica rotation and missing projection fail-close
|
- name: Prove approval, two-replica rotation and missing projection fail-close
|
||||||
|
|||||||
Reference in New Issue
Block a user