Skip to content

Commit

Permalink
label the output
Browse files Browse the repository at this point in the history
  • Loading branch information
evanchooly committed Mar 4, 2024
1 parent 334b5d9 commit 7872b99
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/test-upgrade.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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}

0 comments on commit 7872b99

Please sign in to comment.