diff --git a/.github/workflows/functional-tests.yml b/.github/workflows/functional-tests.yml index c4963af0a0e..a38db2e96ae 100644 --- a/.github/workflows/functional-tests.yml +++ b/.github/workflows/functional-tests.yml @@ -56,6 +56,12 @@ jobs: php-version: ${{ matrix.php-version }} tools: flex + - name: Install root dependencies + run: composer install + + - name: Build root packages + run: php .github/build-packages.php + - name: Install dependencies with composer working-directory: src/Turbo run: | diff --git a/src/Turbo/phpunit.xml.dist b/src/Turbo/phpunit.xml.dist index 2fcb3efdbea..2ec303c5e46 100644 --- a/src/Turbo/phpunit.xml.dist +++ b/src/Turbo/phpunit.xml.dist @@ -12,8 +12,11 @@ + + - + +