Skip to content

Commit b9cdf74

Browse files
committed
install root packages
1 parent 170e5ca commit b9cdf74

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/functional-tests.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,12 @@ jobs:
5656
php-version: ${{ matrix.php-version }}
5757
tools: flex
5858

59+
- name: Install root dependencies
60+
run: composer install
61+
62+
- name: Build root packages
63+
run: php .github/build-packages.php
64+
5965
- name: Install dependencies with composer
6066
working-directory: src/Turbo
6167
run: |

0 commit comments

Comments
 (0)