Browse Source

update postgres actions service

pull/304/head
yedf2 4 years ago
parent
commit
c229b0abb9
  1. 2
      .github/workflows/tests.yml

2
.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

Loading…
Cancel
Save