Skip to content

Commit

Permalink
Ensure workflow can write on tests/tmp folder
Browse files Browse the repository at this point in the history
  • Loading branch information
tonysm committed Nov 12, 2023
1 parent c0a860e commit 270ed52
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,4 +46,6 @@ jobs:
composer update --${{ matrix.stability }} --prefer-dist --no-interaction
- name: Execute tests
run: vendor/bin/phpunit
run: |
chmod -R ug+rw tests/tmp
vendor/bin/phpunit

0 comments on commit 270ed52

Please sign in to comment.