浏览代码

Update CI config

Daniel Supernault 6 年之前
父节点
当前提交
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