Skip to content

Commit

Permalink
fix: test image string
Browse files Browse the repository at this point in the history
  • Loading branch information
Rouven Himmelstein committed Jan 24, 2024
1 parent c330a78 commit 6dee7f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-image.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ docker-compose up -d
echo "🔍 Checking for the desired string in the logs..."
while true; do
# Check if the desired string is in the logs
if docker-compose logs | grep -q "Dedicated server loaded"; then
if docker-compose logs | grep -q "Please restart the server"; then
echo "✅ Dedicated server started successfully"
break
fi
Expand Down

0 comments on commit 6dee7f1

Please sign in to comment.