💚 Ajoute la génération de clef pour les tests
continuous-integration/drone/push Build is failing Details

This commit is contained in:
Shikiryu 2021-06-22 17:35:33 +02:00
parent 37db1ff3bc
commit 516cb44c86
1 changed files with 4 additions and 1 deletions

View File

@ -3,9 +3,12 @@ name: default
steps:
- name: install
pull: if-not-exists
image: composer
commands:
- composer install --ignore-platform-reqs
- cp .env.example .env
- composer install --ignore-platform-reqs --prefer-dist
- php artisan key:generate
- name: test
image: php:7