Skip to content

Commit

Permalink
Set postgres service settings
Browse files Browse the repository at this point in the history
  • Loading branch information
mechanicles committed Aug 5, 2023
1 parent a5e3f54 commit ea4ab20
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,11 @@ jobs:
CC_TEST_REPORTER_ID: 353b5634de390dad574939f59c2ef3798b81f06df548f7bdd11cd8225be484f3

services:
postgresql:
version: 10
postgres:
image: postgres:12.1-alpine
ports:
- 5432:5432
options: --health-cmd pg_isready --health-interval 10s --health-timeout 5s --health-retries 5
mysql:
image: mysql:latest
env:
Expand Down

0 comments on commit ea4ab20

Please sign in to comment.