Browse Source

e2e: releases nightly (#5906)

pull/5930/head
Marko 3 years ago
committed by GitHub
parent
commit
64961e2267
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions
  1. +4
    -0
      .github/workflows/e2e-nightly.yml

+ 4
- 0
.github/workflows/e2e-nightly.yml View File

@ -13,6 +13,8 @@ jobs:
fail-fast: false
matrix:
group: ['00', '01', '02', '03']
# todo: expand to multiple versions after 0.35 release
branch: ['master', 'v0.34.x']
runs-on: ubuntu-latest
timeout-minutes: 60
steps:
@ -21,6 +23,8 @@ jobs:
go-version: '1.15'
- uses: actions/checkout@v2
with:
ref: ${{ matrix.branch}}
- name: Build
working-directory: test/e2e


Loading…
Cancel
Save