@@ -230,6 +230,7 @@ steps:
230
230
image : gitea/test_env:linux-amd64 # https://gitea.com/gitea/test-env
231
231
user : gitea
232
232
commands :
233
+ - ./build/test-env-check.sh
233
234
- make unit-test-coverage test-check
234
235
environment :
235
236
GOPROXY : off
@@ -242,6 +243,7 @@ steps:
242
243
image : gitea/test_env:linux-amd64 # https://gitea.com/gitea/test-env
243
244
user : gitea
244
245
commands :
246
+ - ./build/test-env-check.sh
245
247
- make test-mysql-migration integration-test-coverage
246
248
environment :
247
249
GOPROXY : off
@@ -257,6 +259,7 @@ steps:
257
259
image : gitea/test_env:linux-amd64 # https://gitea.com/gitea/test-env
258
260
user : gitea
259
261
commands :
262
+ - ./build/test-env-check.sh
260
263
- timeout -s ABRT 40m make test-mysql8-migration test-mysql8
261
264
environment :
262
265
GOPROXY : off
@@ -271,6 +274,7 @@ steps:
271
274
image : gitea/test_env:linux-amd64 # https://gitea.com/gitea/test-env
272
275
user : gitea
273
276
commands :
277
+ - ./build/test-env-check.sh
274
278
- make test-mssql-migration test-mssql
275
279
environment :
276
280
GOPROXY : off
@@ -375,6 +379,7 @@ steps:
375
379
image : gitea/test_env:linux-arm64 # https://gitea.com/gitea/test-env
376
380
user : gitea
377
381
commands :
382
+ - ./build/test-env-check.sh
378
383
- timeout -s ABRT 40m make test-sqlite-migration test-sqlite
379
384
environment :
380
385
GOPROXY : off
@@ -389,6 +394,7 @@ steps:
389
394
image : gitea/test_env:linux-arm64 # https://gitea.com/gitea/test-env
390
395
user : gitea
391
396
commands :
397
+ - ./build/test-env-check.sh
392
398
- timeout -s ABRT 40m make test-pgsql-migration test-pgsql
393
399
environment :
394
400
GOPROXY : off
0 commit comments