diff --git a/.github/workflows/docker-publish.yml b/.github/workflows/docker-publish.yml index 0ed6922..83ffa18 100644 --- a/.github/workflows/docker-publish.yml +++ b/.github/workflows/docker-publish.yml @@ -6,6 +6,7 @@ on: branches: [ main ] paths-ignore: - README.md + - '**/README.md' - '.github/dependabot.yml' - .dockerignore - .gitignore diff --git a/.github/workflows/e2e.yml b/.github/workflows/e2e.yml index eb711ae..2a91e96 100644 --- a/.github/workflows/e2e.yml +++ b/.github/workflows/e2e.yml @@ -6,6 +6,7 @@ on: branches: [ main ] paths-ignore: - README.md + - '**/README.md' - '.github/dependabot.yml' - .dockerignore - .gitignore @@ -15,6 +16,7 @@ on: branches: [ main ] paths-ignore: - README.md + - '**/README.md' - '.github/dependabot.yml' - .dockerignore - .gitignore diff --git a/README.md b/README.md index 1aa8fc9..100a1cb 100644 --- a/README.md +++ b/README.md @@ -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) diff --git a/public/images/demo-card-terminal-api-application.gif b/public/images/demo-card-mock-terminal-api-application.gif similarity index 100% rename from public/images/demo-card-terminal-api-application.gif rename to public/images/demo-card-mock-terminal-api-application.gif