mirror of
https://github.com/tendermint/tendermint.git
synced 2026-01-06 21:36:26 +00:00
github: rename e2e jobs (#5502)
This commit is contained in:
committed by
Erik Grinaker
parent
5e6e6315ad
commit
8ebb39eed6
4
.github/workflows/e2e.yml
vendored
4
.github/workflows/e2e.yml
vendored
@@ -1,4 +1,4 @@
|
||||
name: e2e-tests
|
||||
name: e2e
|
||||
# Runs the CI end-to-end test network on all pushes to master or release branches
|
||||
# and every pull request, but only if any Go files have been changed.
|
||||
on:
|
||||
@@ -9,7 +9,7 @@ on:
|
||||
- release/**
|
||||
|
||||
jobs:
|
||||
test:
|
||||
e2e-test:
|
||||
runs-on: ubuntu-latest
|
||||
timeout-minutes: 15
|
||||
steps:
|
||||
|
||||
Reference in New Issue
Block a user