Skip to content

Commit

Permalink
ci: actually run tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jkoenig134 committed Sep 17, 2024
1 parent 0c4028f commit 166951b
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -121,4 +121,17 @@
<scope>test</scope>
</dependency>
</dependencies>

<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<version>3.2.5</version>
<configuration>
<testSourceDirectory>${basedir}\test\java\</testSourceDirectory>
</configuration>
</plugin>
</plugins>
</build>
</project>

0 comments on commit 166951b

Please sign in to comment.