Skip to content

Commit

Permalink
patch
Browse files Browse the repository at this point in the history
  • Loading branch information
lbr38 committed Dec 11, 2024
1 parent 459b06e commit 6ef0861
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/database-update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,8 @@ jobs:
# Check if the logs contains the success message
if ! echo "$OUTPUT" | grep -q "Databases check and initialization successful"; then
echo "Database update seems to have failed: $OUTPUT"
echo "Docker containers: "
docker ps -a
exit 1
fi
Expand Down

0 comments on commit 6ef0861

Please sign in to comment.