Skip to content

Commit 6a3d439

Browse files
Thomas FinkThomas Fink
Thomas Fink
authored and
Thomas Fink
committed
clean(ZMS): fix zmsdb
1 parent 9bd78db commit 6a3d439

File tree

1 file changed

+4
-7
lines changed

1 file changed

+4
-7
lines changed

.github/workflows/php-unit-tests.yaml

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -88,8 +88,6 @@ jobs:
8888
runs-on: ubuntu-latest
8989
container:
9090
image: "ghcr.io/it-at-m/eappointment-php-base:8.0-dev"
91-
outputs:
92-
result: ${{ steps.set-result.outputs.result }}
9391
services:
9492
mariadb:
9593
image: mariadb:10.6
@@ -98,7 +96,6 @@ jobs:
9896
MYSQL_DATABASE: zmsbo
9997
MYSQL_CHARACTER_SET: utf8mb4
10098
MYSQL_COLLATION: utf8mb4_unicode_ci
101-
MYSQL_EXTRA_FLAGS: --innodb-lock-wait-timeout=120 --lock-wait-timeout=120
10299
ports:
103100
- 3306:3306
104101
options: >-
@@ -153,8 +150,6 @@ jobs:
153150
runs-on: ubuntu-latest
154151
container:
155152
image: "ghcr.io/it-at-m/eappointment-php-base:8.0-dev"
156-
outputs:
157-
result: ${{ steps.set-result.outputs.result }}
158153
services:
159154
mariadb:
160155
image: mariadb:10.6
@@ -163,7 +158,6 @@ jobs:
163158
MYSQL_DATABASE: zmsbo
164159
MYSQL_CHARACTER_SET: utf8mb4
165160
MYSQL_COLLATION: utf8mb4_unicode_ci
166-
MYSQL_EXTRA_FLAGS: --innodb-lock-wait-timeout=120 --lock-wait-timeout=120
167161
ports:
168162
- 3306:3306
169163
options: >-
@@ -198,7 +192,10 @@ jobs:
198192
bin/importTestData --commit
199193
mkdir -p coverage
200194
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
202199
- name: Upload Coverage
203200
uses: actions/upload-artifact@v4
204201
with:

0 commit comments

Comments
 (0)