diff --git a/.github/workflows/run-cli.yml b/.github/workflows/run-cli.yml index 0c8fa7d..994d533 100644 --- a/.github/workflows/run-cli.yml +++ b/.github/workflows/run-cli.yml @@ -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 \ No newline at end of file + cat .moderne/build/*/build.log \ No newline at end of file diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..a09c56d --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +/.idea diff --git a/README.md b/README.md index 2f39ecd..65c19e0 100644 --- a/README.md +++ b/README.md @@ -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