Browse Source

Update CI config

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