Enable globalnet E2E matrix

Signed-off-by: Miguel Angel Ajo <majopela@redhat.com>
This commit is contained in:
Miguel Angel Ajo
2021-02-24 14:39:49 +01:00
parent d7b3ab6204
commit f8dc2dc5d1
+4
View File
@@ -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()