mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-06 06:30:42 +00:00
test(ci): align package artifact reuse assertion
This commit is contained in:
@@ -267,7 +267,6 @@ describe("package artifact reuse", () => {
|
||||
expect(workflow).toContain("include_release_path_suites: true");
|
||||
expect(workflow).toContain("uses: ./.github/workflows/package-acceptance.yml");
|
||||
expect(workflow).toContain("source: artifact");
|
||||
expect(workflow).toContain("artifact_run_id: ${{ github.run_id }}");
|
||||
expect(workflow).toContain(
|
||||
"artifact_name: ${{ needs.prepare_release_package.outputs.artifact_name }}",
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user