Skip to content

Commit

Permalink
adds postgres to the CI instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastianconcept committed Jan 26, 2024
1 parent 41f7fb5 commit 4ec7a52
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,19 @@ jobs:
redis-version: [7]
mongodb-version: ['4.4']
name: ${{ matrix.smalltalk }}
services:
postgres:
image: postgres:15
env:
POSTGRES_USER: postgres
POSTGRES_PASSWORD: ""
options: >-
--health-cmd pg_isready
--health-interval 10s
--health-timeout 5s
--health-retries 5
ports:
- 5432:5432
steps:
- name: Start Redis
uses: supercharge/[email protected]
Expand Down

0 comments on commit 4ec7a52

Please sign in to comment.