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 152e973 commit 2a9c2a1Copy full SHA for 2a9c2a1
.github/workflows/php.yml
@@ -77,7 +77,7 @@ jobs:
77
defaults:
78
run:
79
shell: bash
80
- working-directory: /usr/src/nextcloud/apps/
+ working-directory: /usr/src/nextcloud/apps/solid/
81
name: PHP Unit Tests
82
needs:
83
- lint-php-syntax
@@ -109,7 +109,6 @@ jobs:
109
COMPOSER_AUTH: '{"github-oauth": {"github.com": "${{ secrets.GITHUB_TOKEN }}"}}'
110
- name: Run PHPUnit
111
run: bin/phpunit --configuration phpunit.xml
112
- working-directory: /usr/src/nextcloud/apps/solid/
113
114
# 03.quality.php.scan.dependencies-vulnerabilities.yml
115
scan-dependencies-vulnerabilities:
0 commit comments