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 af23198 commit f07a8b1Copy full SHA for f07a8b1
.github/workflows/php.yml
@@ -97,9 +97,16 @@ jobs:
97
COMPOSER_AUTH: '{"github-oauth": {"github.com": "${{ secrets.GITHUB_TOKEN }}"}}'
98
- name: Run PHPUnit
99
run: |
100
+ echo -e "PWD:'$PWD'"
101
+ ls -lA $PWD
102
+ ls -lA /var/www/html/apps/solid/
103
+ ls -lA /var/www/html/apps/solid/bin
104
+ ls -lA /var/www/html/apps/solid/vendor
105
+ ls -lA /var/www/html/apps/solid/vendor/bin
106
+
107
/var/www/html/apps/solid/bin/phpunit \
- --configuration /var/www/html/apps/solid/phpunit.xml \
- /var/www/html/apps/solid/tests/Unit
108
+ --configuration /var/www/html/apps/solid/phpunit.xml \
109
+ /var/www/html/apps/solid/tests/Unit
110
111
# 03.quality.php.scan.dependencies-vulnerabilities.yml
112
scan-dependencies-vulnerabilities:
0 commit comments