Skip to content

Commit

Permalink
[NAE-1998] Implement transactions for events
Browse files Browse the repository at this point in the history
- edit github pipeline
  • Loading branch information
machacjozef committed Jul 31, 2024
1 parent a3405dd commit 91cf4f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pr-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ jobs:
run: |
echo "Waiting for MongoDB to be ready..."
for i in {1..30}; do
if mongo --eval "print(\"MongoDB is up\")" &>/dev/null; then
if mongo --eval "printjson(db.serverStatus())" &>/dev/null; then
echo "MongoDB is up"
break
fi
Expand Down

0 comments on commit 91cf4f7

Please sign in to comment.