소스 검색

Update CI config

Daniel Supernault 5 년 전
부모
커밋
aa969bf9ac
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. 2 1
      .circleci/config.yml

+ 2 - 1
.circleci/config.yml

@@ -41,7 +41,8 @@ jobs:
           paths:
             - vendor
 
-      - run: cp .env.example .env
+      - run: cp .env.testing .env
+      - run: php artisan route:clear
       - run: php artisan storage:link
       - run: php artisan key:generate
       - run: php artisan config:clear