Skip to content

Commit 5c04e9c

Browse files
committed
Fix working directory for composer install.
1 parent 6b93890 commit 5c04e9c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/code-quality.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ jobs:
3131
- name: Install dependencies
3232
uses: ramsey/composer-install@v2
3333
with:
34+
working-directory: plugins/${{ steps.plugin.outputs.slug }}
3435
composer-options: "--no-progress"
3536

3637
- name: Run PHPStan

0 commit comments

Comments
 (0)