diff options
| -rw-r--r-- | .github/workflows/coverage.yml | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index d825082..379efcb 100644 --- a/.github/workflows/coverage.yml +++ b/.github/workflows/coverage.yml @@ -20,9 +20,8 @@ jobs: - name: Set up logs dir run: | - mkdir logs/ - chmod -R a+rw logs/ - ls -la + mkdir -p logs/ + chmod -R u+rw logs/ - name: Run tests and collect coverage run: ./vendor/bin/phpunit tests --coverage-clover coverage.xml tests |
