From caf1cb4fb27772f331d94e13a0ff70c897823a22 Mon Sep 17 00:00:00 2001 From: ReaJason Date: Sun, 15 Dec 2024 20:13:10 +0800 Subject: [PATCH] ci: run all integration-test as posible --- .github/workflows/ci.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index a118a1bd..4f01a89f 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -29,6 +29,7 @@ jobs: run: ./gradlew :generator:test integration-test: strategy: + fail-fast: false matrix: middleware: [ "tomcat", "jetty", "jbossas", "jbosseap", "wildfly", "glassfish", "resin", "payara" ] runs-on: ubuntu-latest