Skip to content

Commit

Permalink
Remove health check
Browse files Browse the repository at this point in the history
  • Loading branch information
zhenghaoz committed Jan 12, 2025
1 parent ad10dd9 commit 4425edf
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/build_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -256,12 +256,12 @@ jobs:
git clone https://github.com/gorse-cloud/redis-stack.git
cd redis-stack
docker compose up -d
sudo apt update
sudo apt install -y redis-tools
while true; do
redis-cli -p 7005 ping | grep PONG && break
sleep 1
done
# sudo apt update
# sudo apt install -y redis-tools
# while true; do
# redis-cli -p 7005 ping | grep PONG && break
# sleep 1
# done
- name: Check out code into the Go module directory
uses: actions/checkout@v2
Expand Down

0 comments on commit 4425edf

Please sign in to comment.