Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions .github/workflows/verify-and-deploy-public-beta.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,7 @@ jobs:

- name: Run production final-completion gate before public promotion
if: inputs.promote_public
run: npm run final:check -- \
--source-report artifacts/release-train-legal-source-health.json
run: npm run final:check -- --source-report artifacts/release-train-legal-source-health.json

- name: Upload production qualification legal-source report
if: always() && inputs.promote_public
Expand Down
8 changes: 4 additions & 4 deletions reports/release-manifest-v1.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@
},
{
"path": ".github/workflows/verify-and-deploy-public-beta.yml",
"sha256": "40030bf5f1c37cc6e72b10ceb71514595a217bcc8e20d42c0f2956ebaff14c7e",
"sizeBytes": 10830
"sha256": "a0eb3dc75ed39f4edab51214c7cfdb552bca40b58c4a7b799d16fa7509a65b6a",
"sizeBytes": 10818
},
{
"path": ".github/workflows/verify-ontario-sources.yml",
Expand Down Expand Up @@ -607,8 +607,8 @@
},
{
"path": "tests/baseline/ross-release-train.test.mjs",
"sha256": "35b00e64b5dc62f99007d4af24d08dc3d6a157227b9646c27572c07c6f2d5f11",
"sizeBytes": 30119
"sha256": "84733b2934c6798c2286b9ffd989d16403b565d320718f5510241bb2c95ad404",
"sizeBytes": 30134
},
{
"path": "tests/baseline/ross-staging-debug.test.mjs",
Expand Down
2 changes: 1 addition & 1 deletion tests/baseline/ross-release-train.test.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ test("the supported workflow is one-button rehearsal with optional public promot
);
assert.match(
workflow,
/final:check[\s\S]*?--source-report artifacts\/release-train-legal-source-health\.json/,
/^\s*run: npm run final:check -- --source-report artifacts\/release-train-legal-source-health\.json$/m,
);
assert.match(
workflow,
Expand Down