add e2e plugin flag to include result

This commit is contained in:
Adrian Stobbe 2024-07-04 16:58:26 +02:00
parent 7d437e3995
commit 3b65caca9b

View File

@ -352,7 +352,7 @@ runs:
if: inputs.test == 'sonobuoy conformance'
uses: ./.github/actions/e2e_sonobuoy
with:
sonobuoyTestSuiteCmd: "--mode certified-conformance"
sonobuoyTestSuiteCmd: "--plugin e2e --mode certified-conformance"
kubeconfig: ${{ steps.constellation-create.outputs.kubeconfig }}
artifactNameSuffix: ${{ steps.create-prefix.outputs.prefix }}
encryptionSecret: ${{ inputs.encryptionSecret }}