Skip to content

Commit 2a9c2a1

Browse files
committed
Change working-dir to ./
1 parent 152e973 commit 2a9c2a1

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/php.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ jobs:
7777
defaults:
7878
run:
7979
shell: bash
80-
working-directory: /usr/src/nextcloud/apps/
80+
working-directory: /usr/src/nextcloud/apps/solid/
8181
name: PHP Unit Tests
8282
needs:
8383
- lint-php-syntax
@@ -109,7 +109,6 @@ jobs:
109109
COMPOSER_AUTH: '{"github-oauth": {"github.com": "${{ secrets.GITHUB_TOKEN }}"}}'
110110
- name: Run PHPUnit
111111
run: bin/phpunit --configuration phpunit.xml
112-
working-directory: /usr/src/nextcloud/apps/solid/
113112

114113
# 03.quality.php.scan.dependencies-vulnerabilities.yml
115114
scan-dependencies-vulnerabilities:

0 commit comments

Comments
 (0)