Skip to content

Commit

Permalink
clean up workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
nyurik committed Oct 18, 2023
1 parent 226f3ac commit c55ebac
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/grcov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,13 @@ jobs:
services:
postgres:
image: postgis/postgis:14-3.3-alpine
# POSTGRES_* variables are used by the postgis/postgres image
env:
# POSTGRES_* variables are used by the postgis/postgres image
POSTGRES_DB: ${{ env.PGDATABASE }}
POSTGRES_USER: ${{ env.PGUSER }}
POSTGRES_HOST_AUTH_METHOD: trust
# will assign a random free host port
ports:
# will assign a random free host port
- 5432/tcp
# needed because the postgres container does not provide a healthcheck
options: --health-cmd pg_isready --health-interval 10s --health-timeout 5s --health-retries 5
Expand Down

0 comments on commit c55ebac

Please sign in to comment.