Use adyen-testing-suite:v0.0.1

This commit is contained in:
Beppe Catanese
2022-04-21 15:29:00 +02:00
committed by GitHub
parent 4a5784b55c
commit 42ff4cbe96

View File

@@ -27,6 +27,6 @@ jobs:
- name: Start container (application)
run: docker run --rm -d --name test-image -p 8080:8080 -e ADYEN_API_KEY="${{ secrets.ADYEN_API_KEY }}" -e ADYEN_MERCHANT_ACCOUNT=${{ secrets.ADYEN_MERCHANT_ACCOUNT }} -e ADYEN_CLIENT_KEY=${{ secrets.ADYEN_CLIENT_KEY }} -e ADYEN_HMAC_KEY=${{ secrets.ADYEN_HMAC_KEY }} test-image:latest
- name: Run testing suite
run: docker run --rm --name adyen-testing-suite --network host ghcr.io/adyen-examples/adyen-testing-suite:latest
run: docker run --rm --name adyen-testing-suite --network host ghcr.io/adyen-examples/adyen-testing-suite:v0.0.1