diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 8b1ccb4..a7a0aa1 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -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