Skip to content

Commit

Permalink
Correct E2E test workflow for v6
Browse files Browse the repository at this point in the history
  • Loading branch information
gcatanese committed Jan 28, 2025
1 parent c24c119 commit 401f9f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
- name: Checkout project
uses: actions/checkout@v3
- name: Build image (application)
run: docker build -t test-image-v5:latest -f ./_archive/v5/Dockerfile ./_archive/v5
run: docker build -t test-image-v6:latest
- name: Start container (application)
run: docker run --rm -d --name test-image-v6 -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-v6:latest
- name: Run testing suite
Expand Down

0 comments on commit 401f9f2

Please sign in to comment.