Skip to content

Commit abe370c

Browse files
committed
Fix CI
1 parent 7df724a commit abe370c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
- os: ubuntu-latest
5454
description: 'with calculating code coverage and Infection'
5555
calculate-coverage: true
56-
phpunit-flags: '--coverage-clover=./build/logs/clover.xml'
56+
phpunit-flags: '--cache-directory=.phpunit.cache --coverage-clover=./build/logs/clover.xml'
5757
php-version: '8.4'
5858
FAST_LINT_TEST_CASES: 1
5959
- os: ubuntu-latest

0 commit comments

Comments
 (0)