diff --git a/.circleci/config.yml b/.circleci/config.yml index 24f611a..44535c3 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -33,8 +33,8 @@ jobs: e2e_test: docker: - -image: "circleci/postgres:9.6.2-alpine" - -image: "circleci/node:12" + - image: 'circleci/postgres:9.6.2-alpine' + - image: 'circleci/node:12' steps: - checkout - run: @@ -57,3 +57,4 @@ workflows: - build - lint - test + - e2e_test