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
When upgrading from a Surefire version prior to 2.7, the build can be run with the flag -Dsurefire.junit4.upgradecheck. This will perform a check and notify you of any invalid tests that will not be run with this version of Surefire (and the build fails). This is only meant to be used as a tool when upgrading to check that all expected tests will be run. It is a transitional feature that will be removed in a future version of surefire.
Set up to run here:
SecurityShepherd/.github/workflows/test.yml
Line 75 in 00310cf
Not running https://github.com/OWASP/SecurityShepherd/actions/runs/3624691122/jobs/6111969603#step:8:1336
[INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] [INFO] Results: [INFO] [INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (integration-tests) @ owaspSecurityShepherd --- [INFO] [INFO] --- docker-maven-plugin:0.40.1:stop (stop) @ owaspSecurityShepherd --- [INFO] DOCKER> [mongo:4.1.13]: Stop and removed container 4ea7f3dcb572 after 0 ms [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 43.380 s [INFO] Finished at: 2022-12-05T22:57:44Z [INFO] ------------------------------------------------------------------------
Trying to solve in the branch
update-servers
dev...update-serversThe text was updated successfully, but these errors were encountered: