From 3b65caca9b3e6c17e458843bd92b0d7e98e04f56 Mon Sep 17 00:00:00 2001 From: Adrian Stobbe Date: Thu, 4 Jul 2024 16:58:26 +0200 Subject: [PATCH] add e2e plugin flag to include result --- .github/actions/e2e_test/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/e2e_test/action.yml b/.github/actions/e2e_test/action.yml index e916ce18b..bcd315cbd 100644 --- a/.github/actions/e2e_test/action.yml +++ b/.github/actions/e2e_test/action.yml @@ -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 }}