We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
APP_ENV
testing
1 parent 8147f06 commit 6a550f5Copy full SHA for 6a550f5
2 files changed
deploy.test.yml
@@ -4,7 +4,7 @@ services:
4
image: $REGISTRY_URL/$PROJECT_NAME:test
5
environment:
6
- "APP_PROJECT=hyperf"
7
- - "APP_ENV=test"
+ - "APP_ENV=testing"
8
ports:
9
- "9501:9501"
10
deploy:
phpunit.xml
@@ -18,4 +18,7 @@
18
<directory suffix=".php">./app</directory>
19
</whitelist>
20
</filter>
21
+ <php>
22
+ <env name="APP_ENV" value="testing" force="true"/>
23
+ </php>
24
</phpunit>
0 commit comments