Skip to content

Commit

Permalink
Fix github checks
Browse files Browse the repository at this point in the history
  • Loading branch information
DJAndries committed Dec 13, 2024
1 parent b71f3fa commit b533b6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/checks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ jobs:
services:
postgres:
image: postgres@sha256:163763c8afd28cae69035ce84b12d8180179559c747c0701b3cad17818a0dbc5
options: --name postgres
env:
POSTGRES_USER: accounts
POSTGRES_PASSWORD: password
Expand All @@ -17,6 +16,7 @@ jobs:
volumes:
- ${{ github.workspace }}:/github-workspace
options: >-
--name postgres
--health-cmd pg_isready
--health-interval 10s
--health-timeout 5s
Expand Down

0 comments on commit b533b6a

Please sign in to comment.