Hello all, i’am new to pants and a have a question...
# general
h
Hello all, i’am new to pants and a have a question regarding “test-changed” I’am in the process of connecting our deployment pipeline together with pants and Jenkins. the code lives in
src/scala/…/…
the tests live in
test/unit/scala/…/…
and
tests/integration/scala/…/…
when i change code in
src/scala/…/…
i can see from the output of
./pants changed
that those targets have changed. How would i then go about “linking” them together with the tests that should run from that same service so that
./pants test-changed
would run tests on them?