Skip to content

Commit

Permalink
use grep instead of ack since it's not on GH actions
Browse files Browse the repository at this point in the history
  • Loading branch information
evanchooly committed Mar 4, 2024
1 parent 405c99b commit 334b5d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/test-upgrade.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ mvn ${MVN_OPTS} -U org.openrewrite.maven:rewrite-maven-plugin:run \

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

ack --nopager dev.morphia.MorphiaDatastore
grep -r dev.morphia.MorphiaDatastore java

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

Expand Down

0 comments on commit 334b5d9

Please sign in to comment.