From 63207195a24a683883ef4c401137a7f9e5be1ef1 Mon Sep 17 00:00:00 2001 From: ReaJason Date: Sat, 14 Dec 2024 20:05:21 +0800 Subject: [PATCH] ci: add resin 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 0855d86..6cae4bf 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -27,7 +27,7 @@ jobs: integration-test: strategy: matrix: - middleware: [ "tomcat", "jetty", "jbossas", "jbosseap", "wildfly", "glassfish" ] + middleware: [ "tomcat", "jetty", "jbossas", "jbosseap", "wildfly", "glassfish", "resin" ] runs-on: ubuntu-latest name: ${{ matrix.middleware }} needs: [ unit-test ]