We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 998b7c6 commit b1a829aCopy full SHA for b1a829a
.github/workflows/unit-tests.yaml
@@ -230,6 +230,9 @@ jobs:
230
tools: flex
231
extensions: ${{ env.REQUIRED_PHP_EXTENSIONS }}
232
233
+ - name: Build packages
234
+ run: php .github/scripts/build-packages.php src/platform/src/Bridge/${{ matrix.bridge.bridge }}/composer.json
235
+
236
- name: Install dependencies
237
uses: ramsey/composer-install@v3
238
with:
0 commit comments