From 6887bd1a62ab05c722b7a92b9b991f9e7eeed6f5 Mon Sep 17 00:00:00 2001 From: nightly Date: Wed, 21 Sep 2022 21:51:40 +0200 Subject: [PATCH] Serve the APP_KEY to the test --- .drone.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.drone.yml b/.drone.yml index 1864815..7ef0026 100644 --- a/.drone.yml +++ b/.drone.yml @@ -9,6 +9,9 @@ steps: - name: test image: php:latest + environment: + APP_KEY: + from_secret: APP_KEY commands: - vendor/bin/phpunit --configuration phpunit.xml