Skip to content

Commit

Permalink
Don't skip external net test in external net E2E
Browse files Browse the repository at this point in the history
The current Shipyard default is to skip tests labled external-dataplane.
Override this in tests that are meant to test external networks.

Signed-off-by: Daniel Farrell <dfarrell@redhat.com>
  • Loading branch information
dfarrell07 committed Feb 3, 2022
1 parent e756736 commit 491126d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/e2e-full.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,3 +56,4 @@ jobs:
uses: submariner-io/shipyard/gh-actions/e2e@devel
with:
using: ${{ matrix.external_net }} ${{ matrix.globalnet }}
skip: ""

0 comments on commit 491126d

Please sign in to comment.