Skip to content

Commit

Permalink
ci: add resin test
Browse files Browse the repository at this point in the history
  • Loading branch information
ReaJason committed Dec 14, 2024
1 parent 8a83ba1 commit 6320719
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 ]
Expand Down

0 comments on commit 6320719

Please sign in to comment.