Skip to content

Commit 5aa0de5

Browse files
committed
Try multiline syntax
1 parent 06b340a commit 5aa0de5

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

.github/workflows/continuous-integration.yml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -96,11 +96,11 @@ jobs:
9696
ENABLE_NATIVE_LAZY_OBJECTS: ${{ matrix.native_lazy }}
9797

9898
- 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 \
104104
--coverage-clover=coverage-cache.xml
105105
env:
106106
ENABLE_SECOND_LEVEL_CACHE: 1
@@ -325,11 +325,11 @@ jobs:
325325
ENABLE_SECOND_LEVEL_CACHE: 0
326326

327327
- 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 \
333333
--coverage-clover=coverage-no-cache.xml"
334334
env:
335335
ENABLE_SECOND_LEVEL_CACHE: 1

0 commit comments

Comments
 (0)