From 7b3e880cc653272f9b5ab89e57b64068590f391a Mon Sep 17 00:00:00 2001 From: Lunny Xiao Date: Thu, 25 May 2023 13:05:14 +0800 Subject: [PATCH] Remove options --- .gitea/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/test.yml b/.gitea/workflows/test.yml index d1b758a1..d17058d0 100644 --- a/.gitea/workflows/test.yml +++ b/.gitea/workflows/test.yml @@ -64,4 +64,4 @@ jobs: MYSQL_DATABASE: xorm_test ports: - 3306:3306 - options: --health-cmd="mysqladmin ping" --health-interval=10s --health-timeout=5s --health-retries=3 \ No newline at end of file + #options: --health-cmd="mysqladmin ping" --health-interval=10s --health-timeout=5s --health-retries=3 \ No newline at end of file