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 eac2919 commit 1758eedCopy full SHA for 1758eed
.github/workflows/php.yml
@@ -91,7 +91,15 @@ 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
+ --rm \
98
+ --volume="./solid:/var/www/html/apps/solid" \
99
+ --workdir=/var/www/html/apps/solid \
100
+ ghcr.io/pdsinterop/solid-nextcloud:179_merge-30 \
101
+ bin/phpunit --configuration phpunit.xml
102
+
103
# 03.quality.php.scan.dependencies-vulnerabilities.yml
104
scan-dependencies-vulnerabilities:
105
name: Scan Dependencies Vulnerabilities
0 commit comments