diff --git a/hosts/yodaNas/notify-change.nix b/hosts/yodaNas/notify-change.nix index 3b60b76..0d46f71 100644 --- a/hosts/yodaNas/notify-change.nix +++ b/hosts/yodaNas/notify-change.nix @@ -100,7 +100,8 @@ in cd "${fulldir}" fi - gradle :app:test --tests "de.p1st.changedetection.IliasFB12CoursesTest" + # --rerun: Execute test again even if code did not change + gradle :app:test --tests "de.p1st.changedetection.IliasFB12CoursesTest" --rerun ''; }; }