From 80b2aa0b69ed0afb726b1b0101fff3bdadebc999 Mon Sep 17 00:00:00 2001 From: Andrew Lee Rubinger Date: Mon, 29 Jul 2024 00:25:33 -0700 Subject: [PATCH] Issue #94: Throw some logging in there to debug pipelines --- .github/workflows/ci-issue-94.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/ci-issue-94.yml b/.github/workflows/ci-issue-94.yml index 3daf7e51..776f300a 100644 --- a/.github/workflows/ci-issue-94.yml +++ b/.github/workflows/ci-issue-94.yml @@ -94,6 +94,9 @@ jobs: run: | mkdir -p test-results cd bound/kt/ + mvn compile + ls -lR target + ls -lR src/main/resources mvn test - name: Upload Kotlin Test Results uses: actions/upload-artifact@v3