Skip to content

Commit 8221c0b

Browse files
[ECP-8779] Clean-up webhooks created by E2E workflows (#2890)
* 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 <angel.campos@adyen.com> --------- Co-authored-by: Ángel Campos <angel.campos@adyen.com>
1 parent 253c5dd commit 8221c0b

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/e2e-test.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -131,6 +131,11 @@ jobs:
131131
WEBHOOK_PASSWORD: 1234
132132
CI: TRUE
133133

134+
- name: Delete Webhook
135+
run: |
136+
echo "Running DeleteWebhook command after E2E tests for clean-up"
137+
docker exec -u www-data magento2-container php bin/magento adyen:management:delete-webhook
138+
134139
- name: Archive test result artifacts
135140
if: always()
136141
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)