From 8d326e660eb8eef961f9db198a80daffeb0aaa56 Mon Sep 17 00:00:00 2001 From: Mike Kolesnik Date: Wed, 10 Mar 2021 15:23:27 +0200 Subject: [PATCH] Use the 'using' input for the E2E GHA Signed-off-by: Mike Kolesnik --- .github/workflows/e2e.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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()