Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
pstreef committed May 1, 2024
1 parent 9394ecf commit 99b2e05
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/run-cli.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ jobs:
echo "Install recipe"
java -jar mod.jar config recipes jar install org.openrewrite.recipe:rewrite-all:RELEASE || true
echo "Echo log if exists"
cat recipes/*/recipes.log
cat recipes/*/recipes.log || true
echo "Echo log if exists"
cat ~/.moderne/recipes/*/recipes.log
cat ~/.moderne/recipes/*/recipes.log || true
echo "Run recipe"
java -jar mod.jar run . --recipe=LanguageComposition

0 comments on commit 99b2e05

Please sign in to comment.