Skip to content

Commit

Permalink
Add **README.md to workflow ignore
Browse files Browse the repository at this point in the history
  • Loading branch information
Kwok-he-Chu committed May 15, 2024
1 parent d0e33d5 commit 0429909
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ on:
branches: [ main ]
paths-ignore:
- README.md
- '**/README.md'
- '.github/dependabot.yml'
- .dockerignore
- .gitignore
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ on:
branches: [ main ]
paths-ignore:
- README.md
- '**/README.md'
- '.github/dependabot.yml'
- .dockerignore
- .gitignore
Expand All @@ -15,6 +16,7 @@ on:
branches: [ main ]
paths-ignore:
- README.md
- '**/README.md'
- '.github/dependabot.yml'
- .dockerignore
- .gitignore
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ This tool can be used by developers to quickly end-to-end test their application

Currently, we use the Mock Terminal-API Application to [end-to-end test](https://github.com/adyen-examples/adyen-testing-suite/tree/main/tests/in-person-payments) our in-person payments integration-examples in [**.NET**](https://github.com/adyen-examples/adyen-dotnet-online-payments/tree/main/in-person-payments-example), [**Java**](https://github.com/adyen-examples/adyen-java-spring-online-payments/tree/main/in-person-payments-example) or [**Node.js**](https://github.com/adyen-examples/adyen-node-online-payments/tree/main/in-person-payments-example).

![Demo Card Mock Terminal-API Application](public/images/demo-card-terminal-api-application.gif)
![Demo Card Mock Terminal-API Application](public/images/demo-card-mock-terminal-api-application.gif)

[![Run this application on Gitpod](https://gitpod.io/button/open-in-gitpod.svg)](https://gitpod.io/#https://github.com/adyen-examples/adyen-mock-terminal-api)

Expand Down

0 comments on commit 0429909

Please sign in to comment.