Serve the APP_KEY to the test
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Nightly 2022-09-21 21:51:40 +02:00
parent c8242b10d9
commit 6887bd1a62

View File

@ -9,6 +9,9 @@ steps:
- name: test
image: php:latest
environment:
APP_KEY:
from_secret: APP_KEY
commands:
- vendor/bin/phpunit --configuration phpunit.xml