Skip to content

Commit

Permalink
ci: only run golang e2e on the thick img variant
Browse files Browse the repository at this point in the history
Signed-off-by: Miguel Duarte Barroso <[email protected]>
  • Loading branch information
maiqueb committed Mar 16, 2022
1 parent fe17240 commit d742b2e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/kind-e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ jobs:
run: ./test-default-route1.sh

- name: Run golang e2e tests
if: ${{ matrix.multus-manifest == 'multus-thick-daemonset.yml' }}
run: ./hack/test-e2e.sh

- name: cleanup cluster and registry
Expand Down

0 comments on commit d742b2e

Please sign in to comment.