diff --git a/.github/workflows/e2e.yml b/.github/workflows/e2e.yml index 46001a1..d5fb997 100644 --- a/.github/workflows/e2e.yml +++ b/.github/workflows/e2e.yml @@ -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()