This website works better with JavaScript.
Home
Help
Sign In
zolfa
/
tendermint
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
221
Wiki
Activity
Browse Source
github: rename e2e jobs (
#5502
)
pull/5561/head
Erik Grinaker
4 years ago
committed by
Erik Grinaker
parent
5e6e6315ad
commit
8ebb39eed6
1 changed files
with
2 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-2
.github/workflows/e2e.yml
+ 2
- 2
.github/workflows/e2e.yml
View File
@ -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:
Write
Preview
Loading…
Cancel
Save