Skip to content

Commit

Permalink
idenation fix
Browse files Browse the repository at this point in the history
  • Loading branch information
prayanshchh committed Dec 22, 2024
1 parent 798b4f7 commit 05f9c97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -368,7 +368,7 @@ jobs:
sleep 1
((timeout--))
done
if[ $timeout -eq 0 ]; then
if [ $timeout -eq 0 ]; then
echo "Error: Redis failed to start within timeout"
docker-compose -f docker-compose.dev.yaml logs redis-stack-server
docker-compose -f docker-compose.dev.yaml down -v
Expand Down

0 comments on commit 05f9c97

Please sign in to comment.