mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-04-20 23:36:29 -04:00
add e2e plugin flag to include result
This commit is contained in:
parent
7d437e3995
commit
3b65caca9b
2
.github/actions/e2e_test/action.yml
vendored
2
.github/actions/e2e_test/action.yml
vendored
@ -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 }}
|
||||
|
Loading…
x
Reference in New Issue
Block a user