Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
vmttn committed Oct 4, 2023
1 parent 52fb7ec commit 5637bcf
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@ jobs:

strategy:
matrix:
service: ["api", "datawarehouse", "pipeline"]
# service: ["api", "datawarehouse", "pipeline"]
service: ["api"]

env:
REGISTRY: ghcr.io
Expand Down Expand Up @@ -67,7 +68,8 @@ jobs:
- name: Run tests
if: matrix.service == 'api'
run: |
docker compose run --entrypoint pytest api -p no:cacheprovider -vv
# docker compose run --entrypoint pytest api -p no:cacheprovider -vv
docker compose up -d --wait --wait-time 30 target-db
- name: Run tests
if: matrix.service == 'pipeline'
Expand Down
3 changes: 2 additions & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,8 @@ services:
- minio

target-db:
image: postgis/postgis:14-3.3
image: data-inclusion/datawarehouse
build: datawarehouse
restart: on-failure
healthcheck:
test: [ "CMD", "pg_isready", "-U", "data-inclusion" ]
Expand Down

0 comments on commit 5637bcf

Please sign in to comment.