From c9351dcd6815e89259c8eca8a9c1e37d124d5764 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