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 6bbd016 commit 4a05ddeCopy full SHA for 4a05dde
.github/workflows/php.yml
@@ -88,7 +88,7 @@ jobs:
88
uses: "ramsey/composer-install@v2"
89
env:
90
COMPOSER_AUTH: '{"github-oauth": {"github.com": "${{ secrets.GITHUB_TOKEN }}"}}'
91
- - run: bin/phpunit --configuration tests/phpunit/phpunit.xml
+ - run: vendor/bin/phpunit --configuration tests/phpunit/phpunit.xml
92
# 03.quality.php.scan.dependencies-vulnerabilities.yml
93
# scan-dependencies-vulnerabilities:
94
# name: Scan Dependencies Vulnerabilities
0 commit comments