Skip to content

Commit

Permalink
test: added docker compose logs
Browse files Browse the repository at this point in the history
Signed-off-by: carlos.vdr <carlos.vdr@semiotic.ai>
  • Loading branch information
carlosvdr committed Oct 26, 2023
1 parent 2955d1d commit afa3748
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/local_tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,9 @@ jobs:
- name: Start Docker Compose
run: docker-compose up -d
working-directory: ./tests
- name: Display Docker Compose Logs
run: docker-compose logs
working-directory: ./tests
- name: Installing python requirements
run: pip install -r requirements.txt
working-directory: ./tests
Expand Down

0 comments on commit afa3748

Please sign in to comment.