Skip to content

Commit 02aec29

Browse files
committed
Debug SENZING_DIR since it cannot find the sz-sdk.jar
1 parent e620f45 commit 02aec29

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

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

+5
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,11 @@ jobs:
3636
# shellcheck disable=SC2034
3737
SENZING_DIR="${HOME}/senzing/er"
3838
echo "[INFO] SENZING_DIR is: $SENZING_DIR"
39+
ls $SENZING_DIR
40+
echo "-- SDK LISTING"
41+
ls $SENZING_DIR/sdk
42+
echo "-- JAVA LISTING"
43+
ls $SENZING_DIR/sdk/java
3944
cd "${GITHUB_WORKSPACE}"/java
4045
mvn clean install
4146

0 commit comments

Comments
 (0)