From d5beb05206aa07bef2d583462872aee0a26e9cf8 Mon Sep 17 00:00:00 2001 From: Torsten Dittmann Date: Tue, 4 May 2021 17:24:33 +0200 Subject: [PATCH 1/2] tests(project): change test order for influxdb to have a database --- phpunit.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/phpunit.xml b/phpunit.xml index 6be2d27d7..f0a2813f5 100644 --- a/phpunit.xml +++ b/phpunit.xml @@ -19,12 +19,12 @@ ./tests/e2e/Client.php ./tests/e2e/General ./tests/e2e/Scopes - ./tests/e2e/Services/Projects ./tests/e2e/Services/Account ./tests/e2e/Services/Avatars ./tests/e2e/Services/Database ./tests/e2e/Services/Health ./tests/e2e/Services/Locale + ./tests/e2e/Services/Projects ./tests/e2e/Services/Storage ./tests/e2e/Services/Teams ./tests/e2e/Services/Users From 9c2b066e9ec9126d836f0eff4529b8755c2b906a Mon Sep 17 00:00:00 2001 From: Torsten Dittmann Date: Tue, 4 May 2021 17:42:29 +0200 Subject: [PATCH 2/2] test(travis): use new runtimes env variable --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 2265373c2..af63bd603 100644 --- a/.travis.yml +++ b/.travis.yml @@ -27,7 +27,7 @@ before_install: - chmod -R u+x ./.travis-ci - export COMPOSE_INTERACTIVE_NO_CLI=1 # Only pass a single runtime for CI stability -- echo "_APP_FUNCTIONS_ENVS=php-8.0" >> .env +- echo "_APP_FUNCTIONS_RUNTIMES=php-8.0" >> .env install: - docker-compose up -d