From 10e2564d7ffb1535bd27c0d3f19f3d8499fc530c Mon Sep 17 00:00:00 2001 From: Carina Kothe Date: Tue, 2 Jan 2024 13:47:02 +0100 Subject: [PATCH] Remove step to test EM setup --- .github/workflows/e2e.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/workflows/e2e.yml b/.github/workflows/e2e.yml index affb8af..1b96e72 100644 --- a/.github/workflows/e2e.yml +++ b/.github/workflows/e2e.yml @@ -85,10 +85,6 @@ jobs: '.spec.template.spec.containers[0].env |= map(if .name == "PUBLISHER_IMAGE" then .value = $new_image else . end)' | kubectl apply -f - - - name: Create Eventing CR and resources and check configuration - run: | - make -C eventing-manager e2e-setup - - name: Setup subscriptions for testing run: | make -C eventing-manager e2e-eventing-setup