ci: add glassfish test

This commit is contained in:
ReaJason
2024-12-13 01:42:42 +08:00
parent 149ce07dab
commit becead8b71
+1 -1
View File
@@ -27,7 +27,7 @@ jobs:
integration-test:
strategy:
matrix:
middleware: [ "tomcat", "jetty", "jbossas", "jbosseap", "wildfly" ]
middleware: [ "tomcat", "jetty", "jbossas", "jbosseap", "wildfly", "glassfish" ]
runs-on: ubuntu-latest
name: ${{ matrix.middleware }}
needs: [ unit-test ]