From cc9ab9d778ffbd7fc27ab309d596ed9896ea64cd Mon Sep 17 00:00:00 2001 From: Alex Maras <dev@alexmaras.com> Date: Thu, 17 Apr 2025 09:41:29 +0800 Subject: [PATCH] fix: exit 1 on error --- tests/integration-tests/ExtraArtifactsAreIncluded.gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/integration-tests/ExtraArtifactsAreIncluded.gitlab-ci.yml b/tests/integration-tests/ExtraArtifactsAreIncluded.gitlab-ci.yml index ce2d471..0d6b04a 100644 --- a/tests/integration-tests/ExtraArtifactsAreIncluded.gitlab-ci.yml +++ b/tests/integration-tests/ExtraArtifactsAreIncluded.gitlab-ci.yml @@ -35,5 +35,5 @@ verify:plan-job:uploaded-extra-artifact: exit 0 else echo 'Error: the extra artifact was not uploaded by the plan job.' - exit 0 + exit 1 fi -- GitLab