Skip to content

Commit

Permalink
Disable test-liveness sim (#888)
Browse files Browse the repository at this point in the history
  • Loading branch information
shahankhatch authored Jun 25, 2021
1 parent 203737f commit 087895a
Showing 1 changed file with 23 additions and 23 deletions.
46 changes: 23 additions & 23 deletions .github/workflows/sims.yml
Original file line number Diff line number Diff line change
Expand Up @@ -122,26 +122,26 @@ jobs:
make test-sim-multi-seed-short
if: "env.GIT_DIFF != ''"

test-liveness:
runs-on: ubuntu-latest
needs: Build
timeout-minutes: 10
steps:
- uses: actions/checkout@v2
- uses: actions/[email protected]
with:
go-version: 1.16
- uses: technote-space/get-diff-action@v4
with:
PATTERNS: |
**/**.go
go.mod
go.sum
- name: start localnet
run: |
make clean localnet-start
if: "env.GIT_DIFF != ''"
- name: test liveness
run: |
./contrib/localnet-blocks-test.sh 100 5 50 localhost
if: "env.GIT_DIFF != ''"
# test-liveness:
# runs-on: ubuntu-latest
# needs: Build
# timeout-minutes: 10
# steps:
# - uses: actions/checkout@v2
# - uses: actions/[email protected]
# with:
# go-version: 1.16
# - uses: technote-space/get-diff-action@v4
# with:
# PATTERNS: |
# **/**.go
# go.mod
# go.sum
# - name: start localnet
# run: |
# make clean localnet-start
# if: "env.GIT_DIFF != ''"
# - name: test liveness
# run: |
# ./contrib/localnet-blocks-test.sh 100 5 50 localhost
# if: "env.GIT_DIFF != ''"

0 comments on commit 087895a

Please sign in to comment.