Skip to content

Commit

Permalink
Pull docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
Kwok-he-Chu committed Jan 4, 2024
1 parent 683dd8f commit c86ad00
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,8 @@ jobs:
registry: ghcr.io
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
- name: Pull Docker image
run: docker pull ghcr.io/adyen-examples/adyen-mock-terminal-api:main
- name: Start Adyen Mock Terminal API application on `http://localhost:3000`
run: docker run --rm -d --name adyen-mock-terminal-api -p 3000:3000 -e PORT=3000 --network host ghcr.io/adyen-examples/adyen-mock-terminal-api:main
- name: Run testing suite against in-person-payments-example-image
Expand Down

0 comments on commit c86ad00

Please sign in to comment.