Skip to content

Commit

Permalink
Attempt 5
Browse files Browse the repository at this point in the history
  • Loading branch information
tijmenbaarda committed Aug 1, 2024
1 parent e8f59e1 commit 23e12e5
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,21 @@ jobs:
matrix:
python-version: ["3.9", "3.10", "3.11", "3.12"]

services:
postgres:
image: postgres:latest
env:
POSTGRES_DB: edpop
POSTGRES_PASSWORD: edpop
POSTGRES_USER: edpopuser
ports:
- 5432:5432
options: >-
--health-cmd pg_isready
--health-interval 10s
--health-timeout 5s
--health-retries 5
steps:
- uses: actions/checkout@v4
- name: Set up Java 21
Expand Down

0 comments on commit 23e12e5

Please sign in to comment.