mirror of
https://github.com/tendermint/tendermint.git
synced 2026-02-09 21:40:11 +00:00
add reproducer to e2e run
This commit is contained in:
5
.github/workflows/e2e-nightly-master.yml
vendored
5
.github/workflows/e2e-nightly-master.yml
vendored
@@ -41,6 +41,11 @@ jobs:
|
||||
working-directory: test/e2e
|
||||
run: ./run-multiple.sh networks/nightly/${{ matrix.p2p }}/*-group${{ matrix.group }}-*.toml
|
||||
|
||||
- name: Run reproducer test cases
|
||||
working-directory: test/e2e
|
||||
run: ./build/runner -f networks/apphash-fail.toml
|
||||
|
||||
|
||||
e2e-nightly-fail-2:
|
||||
needs: e2e-nightly-test-2
|
||||
if: ${{ failure() }}
|
||||
|
||||
Reference in New Issue
Block a user