Terasology icon indicating copy to clipboard operation
Terasology copied to clipboard

Build: Pipeline don't run `test` task of Subsystems

Open DarkWeird opened this issue 2 years ago • 1 comments

What you were trying to do

I am try to extract subsystems. I created PR #4930 for this.

What actually happened

I receive Requested Changes because our CI don't runs test task for subsystem Our CI don't run Subsystems's test task.

How to reproduce

  1. Run CI build(PR)
  2. Try to find tests which placed in subsystems.

Additional Infos / Context

Our pipeline ignores test task. test-related tasks(in run order):

gradle unitTest
gradle check -x test (-x test - excludes test task)
gradle integrationTest

DarkWeird avatar Nov 23 '21 07:11 DarkWeird