From 408350622d40ffb6fc2ad3530bb56bd7cd515988 Mon Sep 17 00:00:00 2001 From: Chris Vest Date: Fri, 21 May 2021 21:53:57 +0200 Subject: [PATCH] Debug issue with the maven cache --- .github/workflows/ci-workflow.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci-workflow.yml b/.github/workflows/ci-workflow.yml index 9d96223..97188f9 100644 --- a/.github/workflows/ci-workflow.yml +++ b/.github/workflows/ci-workflow.yml @@ -64,7 +64,7 @@ jobs: with: distribution: 'adopt' # See 'Supported distributions' for available options java-version: '11' - - uses: actions/cache@v1 + - uses: actions/cache@v2 with: path: ~/.m2/repository key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }} @@ -80,6 +80,7 @@ jobs: report_paths: '**/target/surefire-reports/TEST-*.xml' commit: ${{ github.event.workflow_run.head_commit.id }} check_name: java11 test reports + - run: ls -la ~ - name: Upload build artefacts uses: actions/upload-artifact@v2 if: ${{ failure() }}