Skip to content

Commit 981b38c

Browse files
committed
test
1 parent 7fab39f commit 981b38c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
run: |
3636
# shellcheck disable=SC2034
3737
SENZING_DIR="${HOME}/senzing/er"
38-
echo "[INFO] SENDING_DIR is: $SENZING_DIR"
38+
echo "[INFO] SENZING_DIR is: $SENZING_DIR"
3939
cd "${GITHUB_WORKSPACE}"/java
4040
mvn clean install
4141

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,4 +44,4 @@ jobs:
4444
- name: run java snippets
4545
run: |
4646
cd "${Env:GITHUB_WORKSPACE}/java"
47-
java -jar -Dsenzing.install.dir="$Env:USERPROFILE\Senzing\er" target/sz-sdk-snippets.jar all
47+
java -Dsenzing.install.dir="$Env:USERPROFILE\Senzing\er" -jar target/sz-sdk-snippets.jar all

0 commit comments

Comments
 (0)