Skip to content

Commit

Permalink
fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
deusebio committed Oct 25, 2023
1 parent 1a9cfe6 commit f49fd24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -89,5 +89,5 @@ jobs:
run: |
CHECK=$(echo srvr | nc localhost 2181 | grep "Mode" | wc -l)
if [[ $A != 1 ]]; then exit 1; fi
if [[ $CHECK != 1 ]]; then exit 1; fi

0 comments on commit f49fd24

Please sign in to comment.