Skip to content

Commit

Permalink
[ECP-8779] Clean-up webhooks created by E2E workflows (#2890)
Browse files Browse the repository at this point in the history
* 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>
  • Loading branch information
khushboo-singhvi and acampos1916 authored Feb 17, 2025
1 parent 253c5dd commit 8221c0b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/e2e-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8221c0b

Please sign in to comment.