Skip to content

Commit

Permalink
[bug] this should be build no?
Browse files Browse the repository at this point in the history
  • Loading branch information
ctr26 committed Jul 31, 2024
1 parent 05f6a04 commit fa5ed64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/api.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
docker compose up -d --build
- name: Run tests
run: |
docker compose exec -T bia-integrator-api poetry run pytest
docker compose run -T bia-integrator-api poetry run pytest
# Always cleanup - even for cancelled jobs
- name: Docker Compose Down
run: |
Expand Down

0 comments on commit fa5ed64

Please sign in to comment.