Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update README.md #79

Closed
wants to merge 4 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 3 additions & 7 deletions .github/workflows/run-cli.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,13 +29,9 @@ jobs:
- name: Run a multi-line script
run: |
echo "Download CLI"
mvn -q dependency:copy -Dartifact=io.moderne:moderne-cli:2.5.9 -DoutputDirectory=.
mvn -q dependency:copy -Dartifact=io.moderne:moderne-cli:LATEST -DoutputDirectory=.
mv moderne-cli-*.jar mod.jar
echo "Build LST"
java -jar mod.jar build .
echo "Install recipe"
java -jar mod.jar config recipes jar install org.openrewrite:rewrite-core:LATEST || true
java -jar mod.jar build . || true
echo "Echo log if exists"
cat ~/.moderne/cli/recipes/*/recipes.log || true
echo "Run recipe"
java -jar mod.jar run . --recipe=FindCommitters
cat .moderne/build/*/build.log
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
/.idea
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,6 @@ Tests interactions between the Moderne SaaS platform and GitHub

## Merging
Merging is one of the things we test with this repository

## Workflows
Also testing actions/workflows
Loading