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 80b39ab commit a6c277c
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,18 @@ env:
REGISTRY: ghcr.io
IMAGE_NAME: ${{ github.repository }}
CI: false
POSTGRES_DB: postgres
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:
python-unittests:
Expand Down Expand Up @@ -54,6 +66,7 @@ jobs:
with:
files: ./backend/coverage.xml
flags: python-unittests
token: ${{ secrets.CODECOV_TOKEN }}

js-build:
name: JS tests
Expand Down

0 comments on commit a6c277c

Please sign in to comment.