From 4b09ec27866e94fdd51a52d7a4d88fe9de62aa8b Mon Sep 17 00:00:00 2001 From: Oliver Eyton-Williams Date: Tue, 21 Apr 2020 15:00:40 +0200 Subject: [PATCH] fix: remove circleci config --- .circleci/config.yml | 32 -------------------------------- 1 file changed, 32 deletions(-) delete mode 100644 .circleci/config.yml diff --git a/.circleci/config.yml b/.circleci/config.yml deleted file mode 100644 index 49c2e5ff02..0000000000 --- a/.circleci/config.yml +++ /dev/null @@ -1,32 +0,0 @@ -version: 2.1 - -executors: - e2e-executor: - docker: - - image: cypress/browsers:node10.16.0-chrome76 - -jobs: - e2e: - executor: e2e-executor - steps: - - checkout - - run: - name: Copy base .env file - command: cp sample.env .env - - run: - name: Install node modules - command: npm install && npm run bootstrap - - run: - name: End 2 end test command - # Running `npm run e2e:ci` causes the circleci node to OOM - command: npm run e2e - -workflows: - version: 2 - tests: - jobs: - - e2e: - filters: - branches: - ignore: - - master \ No newline at end of file