Skip to content

Commit

Permalink
More echo
Browse files Browse the repository at this point in the history
  • Loading branch information
pstreef committed May 1, 2024
1 parent db85ae0 commit b3d1ed4
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/run-cli.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,13 @@ jobs:
# Runs a set of commands using the runners shell
- name: Run a multi-line script
run: |
echo "Download CLI"
mvn dependency:copy -Dartifact=io.moderne:moderne-cli:LATEST -DoutputDirectory=.
mv moderne-cli-*.jar mod.jar
alias mod='java -jar mod.jar'
echo "Build LST"
mod build .
echo "Install recipe"
mod config recipes jar install org.openrewrite.recipe:rewrite-all:LATEST
mod run --recipe=LanguageComposition
echo "Run recipe"
mod run . --recipe=LanguageComposition

0 comments on commit b3d1ed4

Please sign in to comment.