Skip to content

Commit a20b104

Browse files
committed
add senzing dir
1 parent 314e032 commit a20b104

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/linters/.jscpd.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
"threshold": 32
2+
"ignore": ["**/java/**","**/csharp/**","**/python/**"]
33
}

.github/workflows/java-linux-snippets.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,8 @@ jobs:
3737
senzingsdk-repository-path: ${{ secrets.SENZING_APT_BETA_STAGING_REPOSITORY_URL }}
3838

3939
- name: build with Maven
40+
env:
41+
SENZING_DIR: "/opt/senzing"
4042
run: |
4143
cd "${GITHUB_WORKSPACE}"/java
4244
mvn clean install

0 commit comments

Comments
 (0)