File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -106,6 +106,7 @@ jobs:
106106 kubectl-version : ${{ steps.dotenv.outputs.kubectl_version }}
107107 istio-version : ${{ steps.dotenv.outputs.istio_version }}
108108 localstack : ${{ matrix.test.localstack }}
109+ agentgateway : ${{ matrix.test.agentgateway }}
109110 - id : run-tests
110111 uses : ./.github/actions/kubernetes-e2e-tests
111112 with :
Original file line number Diff line number Diff line change @@ -81,7 +81,7 @@ func CreateTestInstallationForCluster(
8181 // between TestInstallation outputs per CI run
8282 GeneratedFiles : MustGeneratedFiles (installContext .InstallNamespace , clusterContext .Name ),
8383 }
84- t .Cleanup (func () {
84+ testutils .Cleanup (t , func () {
8585 installation .finalize ()
8686 })
8787 return installation
You can’t perform that action at this time.
0 commit comments