From f063fc81f38af8b463a9ce679eb5b4010ae194a1 Mon Sep 17 00:00:00 2001 From: 77web Date: Sat, 13 Jul 2019 00:31:19 +0900 Subject: [PATCH] fixed env file path --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index d6cf480..78eaa9b 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -15,7 +15,7 @@ jobs: # fallback to using the latest cache if no exact match is found - v1-dependencies- - - run: cp .env.test .env + - run: cp .env.test .env.local - run: composer install -n --prefer-dist - save_cache: