diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 1c557b042a6..f77ff547d9c 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -48,28 +48,4 @@ jobs: with: file: ./coverage.txt # optional fail_ci_if_error: true - if: "env.GIT_DIFF != ''" - - liveness-test: - runs-on: ubuntu-latest - timeout-minutes: 10 - steps: - - uses: actions/checkout@v2 - - uses: actions/setup-go@v2.1.3 - with: - go-version: 1.15 - - uses: technote-space/get-diff-action@v4 - id: git_diff - with: - PATTERNS: | - **/**.go - go.mod - go.sum - - name: start localnet - run: | - make clean build-simd-linux localnet-start - if: env.GIT_DIFF - - name: test liveness - run: | - ./contrib/localnet_liveness.sh 100 5 50 localhost - if: env.GIT_DIFF + if: "env.GIT_DIFF != ''" \ No newline at end of file