We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 626b355 commit 3b09f38Copy full SHA for 3b09f38
.github/workflows/docker-compose-test.yml
@@ -54,7 +54,7 @@ jobs:
54
else
55
echo "🟢 $service ($name) is running, health: no health check"
56
fi
57
- elif [ "$state" = "exited" ]; then
+ elif [ "$state" = "exited (0)" ]; then
58
echo "⚪ $service ($name) has exited normally (exit 0)"
59
60
echo "❌ $service ($name) failed or exited unexpectedly: state=$state, health=$health"
0 commit comments