Skip to content

Commit

Permalink
Re-enable sail integration test
Browse files Browse the repository at this point in the history
Add back fail-fast removal
  • Loading branch information
adam-cattermole committed Jun 21, 2024
1 parent 6a03cdf commit 19558e4
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,12 +53,12 @@ jobs:
name: Integration Tests for github.com/kuadrant/kuadrant-operator/controllers
strategy:
matrix:
gatewayapi-provider: [istio]
include:
# - istio-type: sail
# gatewayapi-provider: istio
- istio-type: istioctl
gatewayapi-provider: istio
- gatewayapi-provider: istio
istio-type: istioctl
- gatewayapi-provider: istio
istio-type: sail
fail-fast: false
runs-on: ubuntu-latest
env:
KIND_CLUSTER_NAME: kuadrant-test
Expand Down

0 comments on commit 19558e4

Please sign in to comment.