|
@ -3,10 +3,10 @@ name: Net |
|
|
# This workflow is run on every pull request, if a *{.go, .mod, .sum} file has been modified, and push to master and release/** branches |
|
|
# This workflow is run on every pull request, if a *{.go, .mod, .sum} file has been modified, and push to master and release/** branches |
|
|
on: |
|
|
on: |
|
|
pull_request: |
|
|
pull_request: |
|
|
paths: |
|
|
|
|
|
- "**.go" |
|
|
|
|
|
- "**.mod" |
|
|
|
|
|
- "**.sum" |
|
|
|
|
|
|
|
|
paths: |
|
|
|
|
|
- "**.go" |
|
|
|
|
|
- "**.mod" |
|
|
|
|
|
- "**.sum" |
|
|
push: |
|
|
push: |
|
|
branches: |
|
|
branches: |
|
|
- master |
|
|
- master |
|
@ -15,7 +15,7 @@ on: |
|
|
jobs: |
|
|
jobs: |
|
|
net-short: |
|
|
net-short: |
|
|
runs-on: ubuntu-latest |
|
|
runs-on: ubuntu-latest |
|
|
timeout-minutes: 4 |
|
|
|
|
|
|
|
|
timeout-minutes: 5 |
|
|
steps: |
|
|
steps: |
|
|
- uses: actions/checkout@v2 |
|
|
- uses: actions/checkout@v2 |
|
|
- name: 10 Blocks |
|
|
- name: 10 Blocks |
|
@ -24,4 +24,5 @@ jobs: |
|
|
docker run --rm -v "$PWD":/go/src/github.com/tendermint/tendermint -w /go/src/github.com/tendermint/tendermint golang make build-linux |
|
|
docker run --rm -v "$PWD":/go/src/github.com/tendermint/tendermint -w /go/src/github.com/tendermint/tendermint golang make build-linux |
|
|
make localnet-start & |
|
|
make localnet-start & |
|
|
./scripts/localnet-blocks-test.sh 40 5 10 localhost |
|
|
./scripts/localnet-blocks-test.sh 40 5 10 localhost |
|
|
|
|
|
|
|
|
# Decide if we want to run longer lived testnets |
|
|
# Decide if we want to run longer lived testnets |