Skip to content

Commit 4a05dde

Browse files
committed
prefix vendor
1 parent 6bbd016 commit 4a05dde

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/php.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ jobs:
8888
uses: "ramsey/composer-install@v2"
8989
env:
9090
COMPOSER_AUTH: '{"github-oauth": {"github.com": "${{ secrets.GITHUB_TOKEN }}"}}'
91-
- run: bin/phpunit --configuration tests/phpunit/phpunit.xml
91+
- run: vendor/bin/phpunit --configuration tests/phpunit/phpunit.xml
9292
# 03.quality.php.scan.dependencies-vulnerabilities.yml
9393
# scan-dependencies-vulnerabilities:
9494
# name: Scan Dependencies Vulnerabilities

0 commit comments

Comments
 (0)