Running Unit Tests When Deploy Files Change

Hello all! I’m new to FRC and also gradle. Is it possible to run the unit tests when a non-code file changes that lives inside the deploy directory?

The problem is it is marked “up to date” and prevents the tests to run when doing ./gradlew check. The tests we’re running rely on data files present in the deploy directory. So if a data file changes, but not code… the tests do not run.

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.