Skip to content

Commit 3293c4f

Browse files
committed
Add build-packages step to demo job in integration tests
1 parent ac693a5 commit 3293c4f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/integration-tests.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,9 @@ jobs:
9595
- name: Install root dependencies
9696
uses: ramsey/composer-install@v3
9797

98+
- name: Build root packages
99+
run: php .github/build-packages.php
100+
98101
- name: Install demo dependencies
99102
uses: ramsey/composer-install@v3
100103
with:

0 commit comments

Comments
 (0)