Skip to content

Commit

Permalink
fix integration tests runing pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
iamnovichek committed Dec 15, 2024
1 parent 8fe3b22 commit 361e1fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/integration-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ jobs:
sleep 10
# Check if the container is still running before logging
if ! docker ps | grep -q backend_dev; then
if ! docker ps | grep -q backend; then
echo "Backend container is not running!"
docker compose -f docker-compose.dev.yaml logs backend_dev || true
exit 1
Expand Down

0 comments on commit 361e1fd

Please sign in to comment.