Serve the APP_KEY to the test
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
c8242b10d9
commit
6887bd1a62
@ -9,6 +9,9 @@ steps:
|
||||
|
||||
- name: test
|
||||
image: php:latest
|
||||
environment:
|
||||
APP_KEY:
|
||||
from_secret: APP_KEY
|
||||
commands:
|
||||
- vendor/bin/phpunit --configuration phpunit.xml
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user