Skip to content

Commit d4c92b3

Browse files
committed
Update test pipeline
Add integration test profile Run ce and ee tests in parallel Add jacoco coverage report Closes #110
1 parent 90eacfb commit d4c92b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -259,7 +259,7 @@
259259
<include>**/*IT.java</include>
260260
</includes>
261261
<excludes>
262-
<exclude>**/*IT*Enterprise.java</exclude>
262+
<exclude>**/*EnterpriseIT.java</exclude>
263263
</excludes>
264264
<systemPropertyVariables>
265265
<logback.configurationFile>${logging.config}</logback.configurationFile>

0 commit comments

Comments
 (0)