Erik Grinaker
4 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
2 additions and
2 deletions
-
.github/workflows/e2e.yml
|
|
@ -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: |
|
|
|