Skip to content

Commit

Permalink
Include ITCase tests in mvn surefire plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffxiang committed Oct 23, 2024
1 parent ec408c8 commit 2295af3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions psc-flink/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -479,6 +479,9 @@
<configuration>
<threadCount>1</threadCount>
<reuseForks>false</reuseForks>
<includes>
<include>**/*ITCase.java</include>
</includes>
</configuration>
</plugin>
<plugin>
Expand Down

0 comments on commit 2295af3

Please sign in to comment.