Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
deusebio committed Oct 25, 2023
1 parent 124b614 commit 3b086fe
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -85,9 +85,11 @@ jobs:
docker run -d -p 2181:2181 charmed-zookeeper:latest
- name: Test Service is Up and Running
run: |
#- name: Test Service is Up and Running
# run: |
CHECK=$(echo srvr | nc localhost 2181 | grep "Mode" | wc -l)

echo $CHECK

if [[ $CHECK != 1 ]]; then exit 1; fi

0 comments on commit 3b086fe

Please sign in to comment.