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 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