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 d916162 commit 74f4101
Showing 1 changed file with 4 additions and 2 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,7 @@ jobs:

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

env:
REGISTRY: ghcr.io
Expand Down Expand Up @@ -67,7 +67,9 @@ 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 target-db
docker compose logs -f target-db
- name: Run tests
if: matrix.service == 'pipeline'
Expand Down

0 comments on commit 74f4101

Please sign in to comment.