Skip to content

Commit 51256ce

Browse files
Thomas FinkThomas Fink
Thomas Fink
authored and
Thomas Fink
committed
chore(ZMS): change workflow logic and fix zmsdb
1 parent 9033a94 commit 51256ce

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/unit-tests.yaml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -98,15 +98,14 @@ jobs:
9898
MYSQL_DATABASE: zmsbo
9999
MYSQL_CHARACTER_SET: utf8mb4
100100
MYSQL_COLLATION: utf8mb4_unicode_ci
101+
MYSQL_EXTRA_FLAGS: --innodb-lock-wait-timeout=120 --lock-wait-timeout=120
101102
ports:
102103
- 3306:3306
103104
options: >-
104105
--health-cmd "mysqladmin ping"
105106
--health-interval 10s
106107
--health-timeout 10s
107108
--health-retries 5
108-
--innodb-lock-wait-timeout=120
109-
--lock-wait-timeout=120
110109
steps:
111110
- name: Checkout GitHub Action
112111
uses: actions/checkout@main
@@ -164,15 +163,14 @@ jobs:
164163
MYSQL_DATABASE: zmsbo
165164
MYSQL_CHARACTER_SET: utf8mb4
166165
MYSQL_COLLATION: utf8mb4_unicode_ci
166+
MYSQL_EXTRA_FLAGS: --innodb-lock-wait-timeout=120 --lock-wait-timeout=120
167167
ports:
168168
- 3306:3306
169169
options: >-
170170
--health-cmd "mysqladmin ping"
171171
--health-interval 10s
172172
--health-timeout 10s
173173
--health-retries 5
174-
--innodb-lock-wait-timeout=120
175-
--lock-wait-timeout=120
176174
steps:
177175
- name: Checkout GitHub Action
178176
uses: actions/checkout@main

0 commit comments

Comments
 (0)