From 89d9656a2806281337ae88512ec26ab0e1b2eb13 Mon Sep 17 00:00:00 2001 From: Maximilian Stoiber Date: Fri, 20 Apr 2018 16:33:24 +0200 Subject: [PATCH] Fix Cypress for forks Closes #2929 --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 82507aa4fd..64e50105bb 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -111,7 +111,7 @@ jobs: command: test $DANGER_GITHUB_API_TOKEN && yarn run danger ci || echo "forks are not allowed to run danger" - run: name: Run E2E Tests - command: yarn run test:e2e -- --record + command: test $CYPRESS_RECORD_KEY && yarn run test:e2e -- --record || yarn run test:e2e # Run eslint, flow etc. test_static_js: