Skip to content

Commit

Permalink
Different recipe
Browse files Browse the repository at this point in the history
  • Loading branch information
pstreef committed May 1, 2024
1 parent 1944f77 commit b2ef78a
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/run-cli.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,8 @@ jobs:
echo "Build LST"
java -jar mod.jar build .
echo "Install recipe"
java -jar mod.jar config recipes jar install org.openrewrite.recipe:rewrite-all:RELEASE || true
java -jar mod.jar config recipes jar install org.openrewrite.recipe:rewrite-core:LATEST || true
echo "Echo log if exists"
ls -al ~/.moderne/cli/recipes/*
cat ~/.moderne/cli/recipes/*/recipes.log || true
echo "Run recipe"
java -jar mod.jar run . --recipe=LanguageComposition
java -jar mod.jar run . --recipe=FindCommitters

0 comments on commit b2ef78a

Please sign in to comment.