Skip to content

Commit

Permalink
Fix ownership of vendor directory in tests workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
iv-craig committed Apr 2, 2024
1 parent e6b5786 commit d22fbc9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,5 +38,8 @@ jobs:
php_extensions: gd
command: update

- name: Set ownership of vendor directory
run: sudo chown -R $(id -u):$(id -g) ./vendor

- name: Execute tests
run: vendor/bin/phpunit --no-coverage

0 comments on commit d22fbc9

Please sign in to comment.