fix(health check): check cluster status for multiple times in health check go get rid of socket connection failure #2310 #1266
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: unit test | |
on: | |
push: | |
branches: | |
- master | |
pull_request: | |
branches: | |
- master | |
jobs: | |
test: | |
name: unit test | |
runs-on: self-hosted | |
steps: | |
- name: checkout | |
uses: actions/checkout@v2 | |
- name: unit test | |
run: | | |
ginkgo -r -nodes=5 -v pkg |