Skip to content

Commit fd4f38d

Browse files
committed
Fix build-packages.php path in unit tests workflow
1 parent b1a829a commit fd4f38d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/unit-tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,7 @@ jobs:
231231
extensions: ${{ env.REQUIRED_PHP_EXTENSIONS }}
232232

233233
- name: Build packages
234-
run: php .github/scripts/build-packages.php src/platform/src/Bridge/${{ matrix.bridge.bridge }}/composer.json
234+
run: php .github/build-packages.php src/platform/src/Bridge/${{ matrix.bridge.bridge }}/composer.json
235235

236236
- name: Install dependencies
237237
uses: ramsey/composer-install@v3

0 commit comments

Comments
 (0)