@@ -96,11 +96,11 @@ jobs:
96
96
ENABLE_NATIVE_LAZY_OBJECTS : ${{ matrix.native_lazy }}
97
97
98
98
- name : " Run PHPUnit with Second Level Cache"
99
- run : >
100
- vendor/bin/phpunit -c ci/github/phpunit/${{ matrix.extension }}.xml
101
- --exclude-group=performance
102
- --exclude-group=non-cacheable
103
- --exclude-group=locking_functional
99
+ run : |
100
+ vendor/bin/phpunit -c ci/github/phpunit/${{ matrix.extension }}.xml \
101
+ --exclude-group=performance \
102
+ --exclude-group=non-cacheable \
103
+ --exclude-group=locking_functional \
104
104
--coverage-clover=coverage-cache.xml
105
105
env :
106
106
ENABLE_SECOND_LEVEL_CACHE : 1
@@ -325,11 +325,11 @@ jobs:
325
325
ENABLE_SECOND_LEVEL_CACHE : 0
326
326
327
327
- name : " Run PHPUnit with Second Level Cache"
328
- run : >
329
- vendor/bin/phpunit -c ci/github/phpunit/${{ matrix.extension }}.xml
330
- --exclude-group=performance
331
- --exclude-group=non-cacheable
332
- --exclude-group=locking_functional
328
+ run : |
329
+ vendor/bin/phpunit -c ci/github/phpunit/${{ matrix.extension }}.xml \
330
+ --exclude-group=performance \
331
+ --exclude-group=non-cacheable \
332
+ --exclude-group=locking_functional \
333
333
--coverage-clover=coverage-no-cache.xml"
334
334
env :
335
335
ENABLE_SECOND_LEVEL_CACHE : 1
0 commit comments