diff --git a/.github/test-upgrade.sh b/.github/test-upgrade.sh index 3535b7f..f5a33af 100755 --- a/.github/test-upgrade.sh +++ b/.github/test-upgrade.sh @@ -21,11 +21,13 @@ mvn ${MVN_OPTS} -U org.openrewrite.maven:rewrite-maven-plugin:run \ -Drewrite.exclusions="**/*.json" \ 2>&1 | tee target/rewrite.out -echo "***** Rebuilding with the snapshot" +echo "***** Datastore updates:" grep -r dev.morphia.MorphiaDatastore java +echo "***** Updated files:" git ls-files -m | grep "src/test" +echo "***** Rebuilding with the snapshot" mvn test ${MVN_OPTS}