Skip to content

Commit 8867818

Browse files
authored
Optimize tests
1 parent d945f8d commit 8867818

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

advanced-demo/integration-tests/tci-webapp/src/main/java/software/xdev/tci/demo/tci/webapp/containers/WebAppContainerBuilder.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ public static synchronized String getBuiltImageName()
5454
"Dockerfile",
5555
// Ignore not required test-modules that may have changed
5656
// sources only - otherwise the parent pom doesn't find the resources
57-
"integration-tests/*/src/**",
57+
"integration-tests/**",
5858
"**/src/test/**",
5959
// Ignore resources that are just used for development
6060
"webapp/src/main/resources-dev/**",

0 commit comments

Comments
 (0)