Skip to content

Commit c8f467a

Browse files
committed
Add more test env checks
1 parent 675b34e commit c8f467a

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.drone.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -230,6 +230,7 @@ steps:
230230
image: gitea/test_env:linux-amd64 # https://gitea.com/gitea/test-env
231231
user: gitea
232232
commands:
233+
- ./build/test-env-check.sh
233234
- make unit-test-coverage test-check
234235
environment:
235236
GOPROXY: off
@@ -242,6 +243,7 @@ steps:
242243
image: gitea/test_env:linux-amd64 # https://gitea.com/gitea/test-env
243244
user: gitea
244245
commands:
246+
- ./build/test-env-check.sh
245247
- make test-mysql-migration integration-test-coverage
246248
environment:
247249
GOPROXY: off
@@ -257,6 +259,7 @@ steps:
257259
image: gitea/test_env:linux-amd64 # https://gitea.com/gitea/test-env
258260
user: gitea
259261
commands:
262+
- ./build/test-env-check.sh
260263
- timeout -s ABRT 40m make test-mysql8-migration test-mysql8
261264
environment:
262265
GOPROXY: off
@@ -271,6 +274,7 @@ steps:
271274
image: gitea/test_env:linux-amd64 # https://gitea.com/gitea/test-env
272275
user: gitea
273276
commands:
277+
- ./build/test-env-check.sh
274278
- make test-mssql-migration test-mssql
275279
environment:
276280
GOPROXY: off
@@ -375,6 +379,7 @@ steps:
375379
image: gitea/test_env:linux-arm64 # https://gitea.com/gitea/test-env
376380
user: gitea
377381
commands:
382+
- ./build/test-env-check.sh
378383
- timeout -s ABRT 40m make test-sqlite-migration test-sqlite
379384
environment:
380385
GOPROXY: off
@@ -389,6 +394,7 @@ steps:
389394
image: gitea/test_env:linux-arm64 # https://gitea.com/gitea/test-env
390395
user: gitea
391396
commands:
397+
- ./build/test-env-check.sh
392398
- timeout -s ABRT 40m make test-pgsql-migration test-pgsql
393399
environment:
394400
GOPROXY: off

0 commit comments

Comments
 (0)