diff --git a/.drone.yml b/.drone.yml index 7c95bbeb..d11edd98 100644 --- a/.drone.yml +++ b/.drone.yml @@ -39,6 +39,7 @@ steps: - name: tests image: zoomyboy/adrema-base:latest commands: + - touch .env - php artisan migrate - php artisan test - rm -f .env