File tree Expand file tree Collapse file tree 1 file changed +4
-7
lines changed Expand file tree Collapse file tree 1 file changed +4
-7
lines changed Original file line number Diff line number Diff line change 88
88
runs-on : ubuntu-latest
89
89
container :
90
90
image : " ghcr.io/it-at-m/eappointment-php-base:8.0-dev"
91
- outputs :
92
- result : ${{ steps.set-result.outputs.result }}
93
91
services :
94
92
mariadb :
95
93
image : mariadb:10.6
98
96
MYSQL_DATABASE : zmsbo
99
97
MYSQL_CHARACTER_SET : utf8mb4
100
98
MYSQL_COLLATION : utf8mb4_unicode_ci
101
- MYSQL_EXTRA_FLAGS : --innodb-lock-wait-timeout=120 --lock-wait-timeout=120
102
99
ports :
103
100
- 3306:3306
104
101
options : >-
@@ -153,8 +150,6 @@ jobs:
153
150
runs-on : ubuntu-latest
154
151
container :
155
152
image : " ghcr.io/it-at-m/eappointment-php-base:8.0-dev"
156
- outputs :
157
- result : ${{ steps.set-result.outputs.result }}
158
153
services :
159
154
mariadb :
160
155
image : mariadb:10.6
@@ -163,7 +158,6 @@ jobs:
163
158
MYSQL_DATABASE : zmsbo
164
159
MYSQL_CHARACTER_SET : utf8mb4
165
160
MYSQL_COLLATION : utf8mb4_unicode_ci
166
- MYSQL_EXTRA_FLAGS : --innodb-lock-wait-timeout=120 --lock-wait-timeout=120
167
161
ports :
168
162
- 3306:3306
169
163
options : >-
@@ -198,7 +192,10 @@ jobs:
198
192
bin/importTestData --commit
199
193
mkdir -p coverage
200
194
php -dzend_extension=xdebug.so -dmemory_limit=-1 vendor/bin/phpunit \
201
- --coverage-html coverage/html --coverage-clover coverage/clover.xml
195
+ -v --colors=never --coverage-text \
196
+ --coverage-html coverage/html \
197
+ --coverage-clover coverage/clover.xml \
198
+ --log-junit coverage/junit.xml
202
199
- name : Upload Coverage
203
200
uses : actions/upload-artifact@v4
204
201
with :
You can’t perform that action at this time.
0 commit comments