We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8935dd1 commit dc5a85dCopy full SHA for dc5a85d
1 file changed
test/scripts/package-acceptance-workflow.test.ts
@@ -267,7 +267,6 @@ describe("package artifact reuse", () => {
267
expect(workflow).toContain("include_release_path_suites: true");
268
expect(workflow).toContain("uses: ./.github/workflows/package-acceptance.yml");
269
expect(workflow).toContain("source: artifact");
270
- expect(workflow).toContain("artifact_run_id: ${{ github.run_id }}");
271
expect(workflow).toContain(
272
"artifact_name: ${{ needs.prepare_release_package.outputs.artifact_name }}",
273
);
0 commit comments