Skip to content

Commit

Permalink
echo logs
Browse files Browse the repository at this point in the history
  • Loading branch information
pstreef committed May 1, 2024
1 parent 09b46e2 commit ebcf9cc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/run-cli.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,9 @@ jobs:
java -jar mod.jar build .
echo "Install recipe"
java -jar mod.jar config recipes jar install org.openrewrite.recipe:rewrite-all:RELEASE
echo "Run recipe"
java -jar mod.jar run . --recipe=LanguageComposition
echo "Echo log if exists"
cat recipes/*/recipes.log
echo "Echo log if exists"
cat ~/.moderne/recipes/*/recipes.log
cat ~/.moderne/recipes/*/recipes.log
echo "Run recipe"
java -jar mod.jar run . --recipe=LanguageComposition

0 comments on commit ebcf9cc

Please sign in to comment.