Serve the APP_KEY to the test
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
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