💚 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: steps:
- name: install - name: install
pull: if-not-exists
image: composer image: composer
commands: commands:
- composer install --ignore-platform-reqs - cp .env.example .env
- composer install --ignore-platform-reqs --prefer-dist
- php artisan key:generate
- name: test - name: test
image: php:7 image: php:7