Skip to content

Commit

Permalink
Add docker compose output for logs
Browse files Browse the repository at this point in the history
  • Loading branch information
lvarin committed Jan 9, 2025
1 parent 13d469c commit e6650c2
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,9 @@ jobs:
run: docker compose up -d --build
- name: Wait for app startup
shell: bash
run: sleep 20
run: |
sleep 20
docker composer ps
- name: Run integration tests
shell: bash
run: bash tests/integration_tests.sh
Expand Down

0 comments on commit e6650c2

Please sign in to comment.