Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
elchead committed Jul 24, 2024
1 parent ddef5be commit 89175ed
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/actions/constellation_create/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 89175ed

Please sign in to comment.