From 1944f7748ca64e13ab65da639d1ce8b11da6f512 Mon Sep 17 00:00:00 2001 From: Peter Streef Date: Wed, 1 May 2024 15:11:23 +0200 Subject: [PATCH] echo probably correct logs --- .github/workflows/run-cli.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/run-cli.yml b/.github/workflows/run-cli.yml index 3f5ce12..7ca90ff 100644 --- a/.github/workflows/run-cli.yml +++ b/.github/workflows/run-cli.yml @@ -36,7 +36,7 @@ jobs: echo "Install recipe" java -jar mod.jar config recipes jar install org.openrewrite.recipe:rewrite-all:RELEASE || true echo "Echo log if exists" - ls -al ~/.moderne/cli/recipes + ls -al ~/.moderne/cli/recipes/* cat ~/.moderne/cli/recipes/*/recipes.log || true echo "Run recipe" java -jar mod.jar run . --recipe=LanguageComposition \ No newline at end of file