From 89175ed79243e13ea0dbf33cf4736c5774da57c1 Mon Sep 17 00:00:00 2001 From: Adrian Stobbe Date: Wed, 24 Jul 2024 16:07:24 +0200 Subject: [PATCH] test --- .github/actions/constellation_create/action.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/actions/constellation_create/action.yml b/.github/actions/constellation_create/action.yml index 502247885d5..9df7a27b915 100644 --- a/.github/actions/constellation_create/action.yml +++ b/.github/actions/constellation_create/action.yml @@ -175,7 +175,9 @@ runs: run: | CMD="constellation apply --skip-phases=init,attestationconfig,certsans,helm,image,k8s -y --debug --tf-log=DEBUG" if [[ "${{ inputs.conformance }}" == "true" ]]; then + echo "Start conformance mode" CMD+=" --conformance" + exit 1 fi $CMD