Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
submarcos committed Jun 25, 2024
1 parent a6c277c commit 730c4aa
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,16 +21,16 @@ env:
POSTGRES_PASSWORD: postgres
POSTGRES_USER: postgres

services:
postgres:
image: postgis/postgis:16-3.4
ports:
- 5432:5432
# Set health checks to wait until postgres has started
options: >-
--health-cmd pg_isready
jobs:
services:
postgres:
image: postgis/postgis:16-3.4
ports:
- 5432:5432
# Set health checks to wait until postgres has started
options: >-
--health-cmd pg_isready
python-unittests:
name: Python Unit tests
runs-on: ubuntu-latest
Expand Down

0 comments on commit 730c4aa

Please sign in to comment.