Skip to content

Commit

Permalink
reorder script
Browse files Browse the repository at this point in the history
  • Loading branch information
evanchooly committed Mar 4, 2024
1 parent 698a199 commit 405c99b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/test-upgrade.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@ mvn ${MVN_OPTS} -U org.openrewrite.maven:rewrite-maven-plugin:run \

echo "***** Rebuilding with the snapshot"

mvn test ${MVN_OPTS}
ack --nopager dev.morphia.MorphiaDatastore

git ls-files -m | grep "src/test"

ack --nopager dev.morphia.MorphiaDatastore
mvn test ${MVN_OPTS}

0 comments on commit 405c99b

Please sign in to comment.