Fix Tests See merge request fdai7736/onses!9
@ -1,3 +1,3 @@
#!/bin/bash
echo "RUN JUnit Tests"
mvn test
mvn clean test
@ -56,6 +56,11 @@
<target>21</target>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<version>3.2.5</version>
<groupId>org.openjfx</groupId>
<artifactId>javafx-maven-plugin</artifactId>