diff options
| author | Asko Nõmm <asko@nth.ee> | 2024-11-11 02:10:13 +0200 |
|---|---|---|
| committer | Asko Nõmm <asko@nth.ee> | 2024-11-11 02:10:13 +0200 |
| commit | b8dbf4abdc4f7e23e89f28dafa0ffd8f2bdcab70 (patch) | |
| tree | 4dd717eccf115067d920eb5d3db20c274a60ff56 /.github/workflows | |
| parent | 849b8b2be4389526e26da7ad056e1808634e8dd2 (diff) | |
Improve testability of FileSystemDriver
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/coverage.yml | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index 379efcb..a1441fe 100644 --- a/.github/workflows/coverage.yml +++ b/.github/workflows/coverage.yml @@ -18,11 +18,6 @@ jobs: - name: Set-up Composer uses: php-actions/composer@v6 - - name: Set up logs dir - run: | - mkdir -p logs/ - chmod -R u+rw logs/ - - name: Run tests and collect coverage run: ./vendor/bin/phpunit tests --coverage-clover coverage.xml tests |
