From c229b0abb98fe84742e4765a140f68573b37afbe Mon Sep 17 00:00:00 2001 From: yedf2 <120050102@qq.com> Date: Fri, 10 Jun 2022 17:21:12 +0800 Subject: [PATCH] update postgres actions service --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index aa1d146..c0f3d10 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -30,7 +30,7 @@ jobs: - 6379:6379 postgres: image: 'postgres:13' - command: postgres --max_prepared_transactions=1000 + options: --max_prepared_transactions=1000 volumes: - /etc/localtime:/etc/localtime:ro - /etc/timezone:/etc/timezone:ro