diff --git a/.circleci/config.yml b/.circleci/config.yml new file mode 100644 index 0000000..a9e746a --- /dev/null +++ b/.circleci/config.yml @@ -0,0 +1,10 @@ +version: 2 +jobs: + build: + machine: true + steps: + - checkout + # start proprietary DB using private Docker image + # with credentials stored in the UI + - run: | + bash bin/run-tests-with-docker.sh \ No newline at end of file