From 1910bfcb5e16951b6fc8b17d4a2a87b178b3c9ec Mon Sep 17 00:00:00 2001 From: Steve Hannah Date: Mon, 15 Jul 2024 02:10:25 -0700 Subject: [PATCH] fixed github actions --- installer/test.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/installer/test.sh b/installer/test.sh index 153076bc..1d3e708b 100644 --- a/installer/test.sh +++ b/installer/test.sh @@ -11,5 +11,9 @@ function test_snapcodejava() { bash test_install_single_project.sh snapcodejava --smoke --uninstall --uninstall-smoke } +if [ -z "$JDEPLOY_PROJECT_PATH" ]; then + export JDEPLOY_PROJECT_PATH="$( cd "$(dirname "$SCRIPTPATH")" ; pwd -P )" +fi + test_shellmarks test_snapcodejava \ No newline at end of file