Skip to content

Commit 44f4d18

Browse files
committed
Another try -- tired of commit messsages
1 parent 25b2a4d commit 44f4d18

File tree

2 files changed

+1
-7
lines changed

2 files changed

+1
-7
lines changed

Diff for: .github/workflows/java-darwin-snippets.yaml

-6
Original file line numberDiff line numberDiff line change
@@ -35,12 +35,6 @@ jobs:
3535
run: |
3636
# shellcheck disable=SC2034
3737
export SENZING_DIR="${HOME}/senzing/er"
38-
echo "[INFO] SENZING_DIR is: $SENZING_DIR"
39-
ls -tlc $SENZING_DIR
40-
echo "-- SDK LISTING"
41-
ls -tlc $SENZING_DIR/sdk
42-
echo "-- JAVA LISTING"
43-
ls -tlc $SENZING_DIR/sdk/java
4438
cd "${GITHUB_WORKSPACE}"/java
4539
mvn clean install
4640

Diff for: .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 -Dsenzing.install.dir="$Env:USERPROFILE\Senzing\er" -jar 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)