ci: fix net pipeline (#5272)

This commit is contained in:
Marko
2020-08-20 17:24:11 +02:00
committed by GitHub
parent 56cb9f7f7b
commit 8ca24e2f5a
3 changed files with 9 additions and 6 deletions

View File

@@ -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
on:
pull_request:
paths:
- "**.go"
- "**.mod"
- "**.sum"
paths:
- "**.go"
- "**.mod"
- "**.sum"
push:
branches:
- master
@@ -15,7 +15,7 @@ on:
jobs:
net-short:
runs-on: ubuntu-latest
timeout-minutes: 4
timeout-minutes: 5
steps:
- uses: actions/checkout@v2
- 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
make localnet-start &
./scripts/localnet-blocks-test.sh 40 5 10 localhost
# Decide if we want to run longer lived testnets