Skip to content

Commit 3b05516

Browse files
committed
Specify phpcs vendor/bin path
1 parent 134a6e9 commit 3b05516

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/continuous_integration.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ jobs:
7878
run: |
7979
php_version=$(php -r 'echo PHP_MAJOR_VERSION * 10000 + PHP_MINOR_VERSION * 100 + PHP_RELEASE_VERSION;')
8080
echo "Detected PHP version: $php_version"
81-
phpcs --runtime-set php_version $php_version
81+
vendor/bin/phpcs --runtime-set php_version $php_version
8282
8383
- name: "Archive code coverage results"
8484
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)