From 6c269b6277eab366e9d2b972049e4d151ac5fc2b Mon Sep 17 00:00:00 2001 From: Adam Cattermole Date: Tue, 11 Jun 2024 13:29:35 +0100 Subject: [PATCH] Re-enable sail integration test Add back fail-fast removal Signed-off-by: Adam Cattermole --- .github/workflows/test.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 6d1084c34..06211f71f 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -58,8 +58,8 @@ jobs: include: - gatewayapi-provider: istio istio-type: istioctl -# - gatewayapi-provider: istio -# istio-type: sail + - gatewayapi-provider: istio + istio-type: sail - gatewayapi-provider: envoygateway fail-fast: false runs-on: ubuntu-latest