Skip to content

Commit b1a829a

Browse files
committed
Add build-packages step for platform bridges in unit tests
1 parent 998b7c6 commit b1a829a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/unit-tests.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -230,6 +230,9 @@ jobs:
230230
tools: flex
231231
extensions: ${{ env.REQUIRED_PHP_EXTENSIONS }}
232232

233+
- name: Build packages
234+
run: php .github/scripts/build-packages.php src/platform/src/Bridge/${{ matrix.bridge.bridge }}/composer.json
235+
233236
- name: Install dependencies
234237
uses: ramsey/composer-install@v3
235238
with:

0 commit comments

Comments
 (0)