Daniel Supernault пре 6 година
родитељ
комит
505d734e68
1 измењених фајлова са 4 додато и 1 уклоњено
  1. 4 1
      .circleci/config.yml

+ 4 - 1
.circleci/config.yml

@@ -41,7 +41,10 @@ jobs:
           paths:
           paths:
             - vendor
             - 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 tests with phpunit or codecept
       - run: ./vendor/bin/phpunit
       - run: ./vendor/bin/phpunit