Skip to content

Commit a61a75f

Browse files
author
Davide Fantuzzi
committed
create phpunit directory
1 parent 01c891a commit a61a75f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -126,6 +126,7 @@ jobs:
126126
&& chmod +x /usr/bin/cc-test-reporter \
127127
&& cc-test-reporter before-build \
128128
&& vendor/bin/phpunit --config phpunit.coverage.xml.dist -d memory_limit=1024M \
129+
&& mkdir -p out/phpunit \
129130
&& cp out/phpunit/clover.xml clover.xml \
130131
&& cc-test-reporter after-build --id ec331dd009edca126a4c27f4921c129de840c8a117643348e3b75ec547661f28 --exit-code 0
131132

0 commit comments

Comments
 (0)