diff --git a/.gitea/workflows/test.yml b/.gitea/workflows/test.yml index d1b758a1..12898c4c 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 --network=bridge \ No newline at end of file