We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e620f45 commit 02aec29Copy full SHA for 02aec29
.github/workflows/java-darwin-snippets.yaml
@@ -36,6 +36,11 @@ jobs:
36
# shellcheck disable=SC2034
37
SENZING_DIR="${HOME}/senzing/er"
38
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
44
cd "${GITHUB_WORKSPACE}"/java
45
mvn clean install
46
0 commit comments