mirror of
https://github.com/submariner-io/submariner-charts.git
synced 2026-09-20 20:20:35 +00:00
Enable globalnet E2E matrix
Signed-off-by: Miguel Angel Ajo <majopela@redhat.com>
This commit is contained in:
committed by
Miguel Angel Ajo Pelayo
parent
f3787856f6
commit
dd6bc283c7
@@ -11,12 +11,16 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
globalnet: ['', 'globalnet']
|
||||
steps:
|
||||
- name: Check out the repository
|
||||
uses: actions/checkout@v2
|
||||
|
||||
- name: Run E2E deployment and tests
|
||||
uses: submariner-io/shipyard/gh-actions/e2e@devel
|
||||
with:
|
||||
globalnet: ${{ matrix.globalnet }}
|
||||
|
||||
- name: Post mortem
|
||||
if: failure()
|
||||
|
||||
Reference in New Issue
Block a user