We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eac2919 commit 1896198Copy full SHA for 1896198
1 file changed
.github/workflows/php.yml
@@ -91,7 +91,17 @@ jobs:
91
working-directory: "solid"
92
env:
93
COMPOSER_AUTH: '{"github-oauth": {"github.com": "${{ secrets.GITHUB_TOKEN }}"}}'
94
- - run: bin/phpunit --configuration .config/phpunit.xml.dist
+ - run: |
95
+ docker run \
96
+ --env 'XDEBUG_MODE=coverage' \
97
+ --interactive \
98
+ --rm \
99
+ --tty \
100
+ --volume="./solid:/var/www/html/apps/solid" \
101
+ --workdir=/var/www/html/apps/solid \
102
+ ghcr.io/pdsinterop/solid-nextcloud:179_merge-30 \
103
+ bin/phpunit --configuration phpunit.xml
104
+
105
# 03.quality.php.scan.dependencies-vulnerabilities.yml
106
scan-dependencies-vulnerabilities:
107
name: Scan Dependencies Vulnerabilities
0 commit comments