Skip to content

Commit

Permalink
Removing dup liveness-test; was implemented in (#597) (#611)
Browse files Browse the repository at this point in the history
  • Loading branch information
shahankhatch authored Feb 6, 2021
1 parent f440b36 commit 204d544
Showing 1 changed file with 1 addition and 25 deletions.
26 changes: 1 addition & 25 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/[email protected]
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 != ''"

0 comments on commit 204d544

Please sign in to comment.