forked from wangziqi/gongxue-base
chore: harden h5 launch evidence gate
This commit is contained in:
@@ -124,6 +124,25 @@ const gateChecks = [
|
||||
commandIncludes: 'build:taro:h5:platform',
|
||||
summary: { failed: 0 },
|
||||
},
|
||||
{
|
||||
id: 'taro.h5-static-smoke',
|
||||
label: 'Taro H5 static startup smoke',
|
||||
commandIncludes: 'smoke:taro:h5',
|
||||
summary: {
|
||||
fail: 0,
|
||||
portals: 3,
|
||||
tenantResolveRequests: 3,
|
||||
},
|
||||
},
|
||||
{
|
||||
id: 'taro.h5-release-guardrails',
|
||||
label: 'Taro H5 release artifact guardrails',
|
||||
commandIncludes: 'taro-h5-release-guardrails-test.js',
|
||||
summary: {
|
||||
fail: 0,
|
||||
warn: 0,
|
||||
},
|
||||
},
|
||||
{
|
||||
id: 'audit.runtime',
|
||||
label: 'Runtime dependency audit',
|
||||
|
||||
Reference in New Issue
Block a user