Skip to content

Commit d22fbc9

Browse files
committed
Fix ownership of vendor directory in tests workflow
1 parent e6b5786 commit d22fbc9

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/tests.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,5 +38,8 @@ jobs:
3838
php_extensions: gd
3939
command: update
4040

41+
- name: Set ownership of vendor directory
42+
run: sudo chown -R $(id -u):$(id -g) ./vendor
43+
4144
- name: Execute tests
4245
run: vendor/bin/phpunit --no-coverage

0 commit comments

Comments
 (0)