From 8221c0b49a1d31b2be95a998cd498234284df60f Mon Sep 17 00:00:00 2001 From: Khushboo Date: Mon, 17 Feb 2025 10:32:29 +0100 Subject: [PATCH] [ECP-8779] Clean-up webhooks created by E2E workflows (#2890) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Clean-up webhooks created by E2E workflows * Clean-up webhooks created by E2E workflows * Update .github/workflows/e2e-test.yml Co-authored-by: Ángel Campos --------- Co-authored-by: Ángel Campos --- .github/workflows/e2e-test.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/e2e-test.yml b/.github/workflows/e2e-test.yml index 28117f56d..eb62f7dd3 100644 --- a/.github/workflows/e2e-test.yml +++ b/.github/workflows/e2e-test.yml @@ -131,6 +131,11 @@ jobs: WEBHOOK_PASSWORD: 1234 CI: TRUE + - name: Delete Webhook + run: | + echo "Running DeleteWebhook command after E2E tests for clean-up" + docker exec -u www-data magento2-container php bin/magento adyen:management:delete-webhook + - name: Archive test result artifacts if: always() uses: actions/upload-artifact@v4