From 1b440bc5f0c7c68f717cb74094cc5cb5d8b699af Mon Sep 17 00:00:00 2001 From: Stefan Ziegler Date: Fri, 13 Dec 2024 10:41:49 +0100 Subject: [PATCH] [gh action] enable debug --- .github/workflows/gretl.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/gretl.yml b/.github/workflows/gretl.yml index bd698c85..5e5cb4b1 100644 --- a/.github/workflows/gretl.yml +++ b/.github/workflows/gretl.yml @@ -33,9 +33,9 @@ jobs: # run: | # ./gradlew gretl:build gretl:publishPluginMavenPublicationToMavenLocal -x test - # - name: Debug1 - # run: | - # ls -la ~/.m2/repository/ch/so/agi/gretl + - name: Debug1 + run: | + ls -la ~/.m2/repository/ch/so/agi/gretl - name: Integration tests (Plugin) id: jarTest