瀏覽代碼

Update CI config

Daniel Supernault 6 年之前
父節點
當前提交
e8616c290f
共有 1 個文件被更改,包括 2 次插入0 次删除
  1. 2 0
      .circleci/config.yml

+ 2 - 0
.circleci/config.yml

@@ -41,6 +41,8 @@ jobs:
           paths:
             - vendor
 
+      - run: php artisan key:generate && php artisan config:clear
+
       # run tests with phpunit or codecept
       - run: ./vendor/bin/phpunit
       - store_test_results: