How to configure build step for maven goal in teamcity to run unit test
Hi
I use junit in my java project (developed using intellij idea) for unit test, and I want to configure build step in team city to run my unit tests only. I also use maven to build my project. It works when I set goals for maven to "clean compile" but I don`t know how to configure build step to run unit tests.
Please sign in to leave a comment.