Skip to content

Commit

Permalink
temporary permissions workaround
Browse files Browse the repository at this point in the history
  • Loading branch information
kernelsam authored Aug 19, 2024
1 parent 85f63ce commit 3fecdc1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/maven-darwin.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,9 @@ jobs:

- name: Build with Maven
run: |
# temp update broken file permissions
chmod 655 /opt/senzing/er/resources/templates/G2C.db
chmod 655 /opt/senzing/er/resources/templates/G2C.db.template
mvn clean install -B -Dorg.slf4j.simpleLogger.log.org.apache.maven.cli.transfer.Slf4jMavenTransferListener=warn -Pjacoco -Djacoco.haltOnFailure=false -Djacoco.ignoreFailture=true -Dsenzing.support.dir="/opt/senzing/er/data"
- name: Jacoco Report to PR
Expand Down

0 comments on commit 3fecdc1

Please sign in to comment.