Slava Semushin

Results 149 comments of Slava Semushin

Good comparison: https://blog.solidsoft.pl/2020/04/15/spock-vs-junit-5-the-ultimate-feature-comparison/

Perhaps we can use `@TestTemplate` -- https://www.baeldung.com/junit5-test-templates

https://www.arhohuttunen.com/junit-5-mockito/

Also, it means that user can make a comment empty (remove it).

> Rather than systematically adding parameter --batch-mode and -ntp to maven invocations in steps, it's easier and cleaner to configure it globally in settings.xml. JFYI: these options can be set...

Yes, this is why I decided to not use this project =/

The Ubuntu 20.04 Actions runner image will begin deprecation on 2025-02-01 and will be fully unsupported by 2025-04-01: https://github.com/actions/runner-images/issues/11101

GitHub Actions has started to fail: > This is a scheduled Ubuntu 20.04 retirement. Ubuntu 20.04 LTS runner will be removed on 2025-04-15. For more details, see https://github.com/actions/runner-images/issues/11101

The following PR also could be helpful: https://github.com/spotify/dockerfile-maven/pull/259

Here is how to run periodically in GitHub Actions: https://docs.github.com/en/actions/using-workflows/events-that-trigger-workflows#schedule or manually: https://docs.github.com/en/actions/using-workflows/events-that-trigger-workflows#workflow_dispatch