소스 검색

Update CI config

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

+ 4 - 1
.circleci/config.yml

@@ -41,7 +41,10 @@ jobs:
           paths:
             - vendor
 
-      - run: php artisan key:generate && php artisan config:clear
+      - run: cp .env.example .env
+      - run: php artisan storage:link
+      - run: php artisan key:generate
+      - run: php artisan config:clear
 
       # run tests with phpunit or codecept
       - run: ./vendor/bin/phpunit