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