diff --git a/.github/workflows/e2e.yml b/.github/workflows/e2e.yml index 0cb247c..bcd5fd7 100644 --- a/.github/workflows/e2e.yml +++ b/.github/workflows/e2e.yml @@ -22,9 +22,7 @@ jobs: - name: Run E2E deployment and tests uses: submariner-io/shipyard/gh-actions/e2e@devel with: - cabledriver: ${{ matrix.cable_driver }} - globalnet: ${{ matrix.globalnet }} - lighthouse: ${{ matrix.lighthouse }} + using: ${{ matrix.cable_driver }} ${{ matrix.globalnet }} ${{ matrix.lighthouse }} - name: Post mortem if: failure()