Skip to content

Commit

Permalink
test(github-actions): checking docker compose logs before continuing
Browse files Browse the repository at this point in the history
  • Loading branch information
shinybrar committed Jun 13, 2024
1 parent 80f8b26 commit 5e66b7d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,8 @@ jobs:
name: Run services
run: |
docker-compose -f docker-compose.yml up -d
sleep 10
docker compose logs
-
name: Run workflow tests
run: |
Expand Down

0 comments on commit 5e66b7d

Please sign in to comment.