diff options
| author | Asko Nõmm <asko@nth.ee> | 2024-11-10 23:13:28 +0200 |
|---|---|---|
| committer | Asko Nõmm <asko@nth.ee> | 2024-11-10 23:13:28 +0200 |
| commit | 849b8b2be4389526e26da7ad056e1808634e8dd2 (patch) | |
| tree | 3c7db15c6812e2a16ac9541659ee1a360ccc987b /.github/workflows | |
| parent | 995d99cf8703ddf2b53c48fd4948f406117ef21d (diff) | |
Add phpunit.xml
Diffstat (limited to '.github/workflows')
| -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 |
