mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-13 13:18:51 +00:00
test: align build profile guard expectations
This commit is contained in:
parent
f50fb73560
commit
d337fa8946
1 changed files with 2 additions and 0 deletions
|
|
@ -131,6 +131,7 @@ describe("resolveBuildAllSteps", () => {
|
|||
expect(resolveBuildAllSteps("ciArtifacts").map((step) => step.label)).toEqual([
|
||||
"canvas:a2ui:bundle",
|
||||
"tsdown",
|
||||
"check-cli-bootstrap-imports",
|
||||
"runtime-postbuild",
|
||||
"build-stamp",
|
||||
"build:plugin-sdk:dts",
|
||||
|
|
@ -148,6 +149,7 @@ describe("resolveBuildAllSteps", () => {
|
|||
it("uses a minimal built runtime profile for gateway watch regression", () => {
|
||||
expect(resolveBuildAllSteps("gatewayWatch").map((step) => step.label)).toEqual([
|
||||
"tsdown",
|
||||
"check-cli-bootstrap-imports",
|
||||
"runtime-postbuild",
|
||||
"build-stamp",
|
||||
]);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue