Skip to content

Commit

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

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

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

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

0 comments on commit d916162

Please sign in to comment.