You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The example contains Java - Junit with Ant. Since many use maven as a build system as well, could you add an example on how to make it work with maven structure?
Note: I tried using this with maven but it did not work. I tried to get the path using "realpath "TEST-.xml" in a step and got this.
'/home/runner/work/zero/zero/TEST-.xml'
But when I tried to use this path, here, it did not work.
The example contains Java - Junit with Ant. Since many use maven as a build system as well, could you add an example on how to make it work with maven structure?
Note: I tried using this with maven but it did not work. I tried to get the path using "realpath "TEST-.xml" in a step and got this.
'/home/runner/work/zero/zero/TEST-.xml'
But when I tried to use this path, here, it did not work.
Also tried to get the absolute path of test summary and found this path:
/home/runner/work/zero/zero/test-summary.md
but it does not work.The text was updated successfully, but these errors were encountered: