From 5ef8a401605f0bbd693f3bf5132e380fad86bb13 Mon Sep 17 00:00:00 2001 From: ReaJason Date: Tue, 24 Dec 2024 02:30:14 +0800 Subject: [PATCH] ci: add weblogic test --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index c0dd7423..76ecae1f 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -31,7 +31,7 @@ jobs: strategy: fail-fast: false matrix: - middleware: [ "tomcat", "jetty", "jbossas", "jbosseap", "wildfly", "glassfish", "resin", "payara", "websphere", "springmvc" ] + middleware: [ "tomcat", "jetty", "jbossas", "jbosseap", "wildfly", "glassfish", "resin", "payara", "websphere", "springmvc", "weblogic" ] runs-on: ubuntu-latest name: ${{ matrix.middleware }} needs: [ unit-test ]