ci: add wildfly

This commit is contained in:
ReaJason
2024-12-11 01:47:32 +08:00
parent 40c036ab92
commit 7ddf2c09c4
2 changed files with 1 additions and 14 deletions
+1 -1
View File
@@ -27,7 +27,7 @@ jobs:
integration-test:
strategy:
matrix:
middleware: [ "tomcat", "jetty", "jbossas", "jbosseap" ]
middleware: [ "tomcat", "jetty", "jbossas", "jbosseap", "wildfly" ]
runs-on: ubuntu-latest
name: ${{ matrix.middleware }}
needs: [ unit-test ]
@@ -1,13 +0,0 @@
package com.reajason.javaweb.boot;
import org.junit.jupiter.api.Test;
import org.springframework.boot.test.context.SpringBootTest;
@SpringBootTest
class BootApplicationTests {
@Test
void contextLoads() {
}
}