From f9eb5915f442e3d4683919bc4317fd6812536591 Mon Sep 17 00:00:00 2001 From: James Reynaldi Date: Tue, 20 Aug 2024 14:30:55 +0200 Subject: [PATCH] Testing Permission --- .github/workflows/continuous-integration.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/continuous-integration.yml b/.github/workflows/continuous-integration.yml index da4477a7a1..b5dbd5cc8a 100644 --- a/.github/workflows/continuous-integration.yml +++ b/.github/workflows/continuous-integration.yml @@ -51,6 +51,8 @@ jobs: path: ~/.m2 key: ${{ runner.os }}-${{ env.CACHE_MAVEN_NAME }}-${{ hashFiles('**/pom.xml') }} restore-keys: ${{ runner.os }}-${{ env.CACHE_MAVEN_NAME }} + - name: Check file permissions + run: ls -l ci - name: Change versions to match tag run: ci/change_version.sh -m . - name: Compile & build