Skip to content

Commit

Permalink
Correct var name
Browse files Browse the repository at this point in the history
  • Loading branch information
gcatanese committed Nov 28, 2023
1 parent 82ef427 commit 52926a1
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 @@ -49,7 +49,7 @@ jobs:
run: nohup mvn spring-boot:run &
env:
ADYEN_LEM_API_KEY: ${{ secrets.ADYEN_LEM_API_KEY }}
ADYEN_BCL_API_KEY: ${{ secrets.ADYEN_LEM_API_KEY }}
ADYEN_BCL_API_KEY: ${{ secrets.ADYEN_BCL_API_KEY }}

- name: Run testing suite
run: docker run --rm --name adyen-testing-suite -e PLAYWRIGHT_FOLDERNAME=afp -e URL=http://localhost:3000 -e AFP_USERNAME=${{ secrets.AFP_USERNAME }} -e ADYEN_HMAC_KEY=${{ secrets.ADYEN_HMAC_KEY }} --network host ghcr.io/adyen-examples/adyen-testing-suite:main

0 comments on commit 52926a1

Please sign in to comment.