Browse Source

Update CI config

Daniel Supernault 6 năm trước cách đây
mục cha
commit
e8616c290f
1 tập tin đã thay đổi với 2 bổ sung0 xóa
  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: