diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 00000000..5da8a903 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,4 @@ +src/test/resources/mysql/mysql-sakila.sql linguist-generated=true +src/test/resources/mysql/mysql-sakila-insert-data.sql linguist-generated=true + +src/test/resources/pg/postgres-sakila.sql linguist-generated=true diff --git a/.github/workflows/ci-build.yml b/.github/workflows/ci-build.yml index 8b06b915..28018322 100644 --- a/.github/workflows/ci-build.yml +++ b/.github/workflows/ci-build.yml @@ -3,7 +3,7 @@ name: CI Build on: push: branches: - - '**' + - 'feature/**' jobs: build: name: Maven Build diff --git a/README.md b/README.md index b7f7e540..30c5af25 100644 --- a/README.md +++ b/README.md @@ -93,8 +93,9 @@ Once this command is executed, within a few seconds, DB2Rest is ready to service ### 1. Install Docker -Docker can be downloaded from the link [here](https://www.docker.com/get-started/) based on your operating system (OS). After download is completed, follow the steps outlined [here]https://docs.docker.com/desktop/ -as per your OS, to install Docker desktop. +In order to download Docker desktop browse to this [link](https://www.docker.com/get-started/). This page then shows options +to download Docker for Mac, Windows and Linux. Please click on the link as per your operating system (OS) to start the download. +After download is completed, follow the steps outlined [here]https://docs.docker.com/desktop/ pertinent to your OS, to install and test Docker desktop. ### 2. Run DB2Rest