Skip to content

Commit

Permalink
add postgres to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
alvrs committed Jun 14, 2023
1 parent 6c50445 commit 51e6bbd
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/integration-sandbox.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,16 @@ jobs:
main:
name: Build/test integration sandbox
runs-on: ubuntu-latest
services:
postgres:
image: postgres:15
options: >-
--health-cmd pg_isready
--health-interval 10s
--health-timeout 5s
--health-retries 5
ports:
- 5432:5432

steps:
- name: Checkout
Expand Down

0 comments on commit 51e6bbd

Please sign in to comment.