Skip to content

Commit

Permalink
Testing Permission
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesrdi committed Aug 20, 2024
1 parent 306a407 commit f9eb591
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f9eb591

Please sign in to comment.