Skip to content

Commit

Permalink
No alias
Browse files Browse the repository at this point in the history
  • Loading branch information
pstreef committed May 1, 2024
1 parent b3d1ed4 commit b10db69
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/run-cli.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,9 @@ jobs:
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 .
java -jar mod.jar build .
echo "Install recipe"
mod config recipes jar install org.openrewrite.recipe:rewrite-all:LATEST
java -jar mod.jar config recipes jar install org.openrewrite.recipe:rewrite-all:LATEST
echo "Run recipe"
mod run . --recipe=LanguageComposition
java -jar mod.jar run . --recipe=LanguageComposition

0 comments on commit b10db69

Please sign in to comment.