Skip to content

Commit dd22ac4

Browse files
committed
Debug SENZING_DIR since it cannot find the sz-sdk.jar
2 parents 02aec29 + c064e91 commit dd22ac4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

+3-3
Original file line numberDiff line numberDiff line change
@@ -36,11 +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
39+
ls -tlc $SENZING_DIR
4040
echo "-- SDK LISTING"
41-
ls $SENZING_DIR/sdk
41+
ls -tlc $SENZING_DIR/sdk
4242
echo "-- JAVA LISTING"
43-
ls $SENZING_DIR/sdk/java
43+
ls -tlc $SENZING_DIR/sdk/java
4444
cd "${GITHUB_WORKSPACE}"/java
4545
mvn clean install
4646

0 commit comments

Comments
 (0)