Skip to content

Commit

Permalink
Clean-up webhooks created by E2E workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
khushboo-singhvi committed Feb 14, 2025
1 parent c4e9ece commit 5bac9b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/e2e-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ jobs:
- name: Delete Webhook
run: |
echo "Running DeleteWebhook command after E2E tests"
docker exec -u www-data magento2-container php bin/magento adyen:webhook:delete
docker exec -u www-data magento2-container php bin/magento adyen:management:delete-webhook
- name: Archive test result artifacts
if: always()
Expand Down

0 comments on commit 5bac9b2

Please sign in to comment.