Skip to content

Commit

Permalink
fixed github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
shannah committed Jul 15, 2024
1 parent 17a0195 commit 1910bfc
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions installer/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 1910bfc

Please sign in to comment.