diff options
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/coverage.yml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index 3be18db..d825082 100644 --- a/.github/workflows/coverage.yml +++ b/.github/workflows/coverage.yml @@ -21,7 +21,8 @@ jobs: - name: Set up logs dir run: | mkdir logs/ - chmod -R 0777 logs/ + chmod -R a+rw logs/ + ls -la - name: Run tests and collect coverage run: ./vendor/bin/phpunit tests --coverage-clover coverage.xml tests |
