mirror of
https://github.com/actions/setup-java.git
synced 2025-05-21 18:01:46 +00:00
.
This commit is contained in:
parent
672158eff4
commit
14244f7844
@ -13,7 +13,7 @@ if [ -z "$(echo $java_version | grep --fixed-strings $1)" ]; then
|
||||
fi
|
||||
|
||||
echo "Building sample proj"
|
||||
proj_dir=__tests/sample-proj
|
||||
proj_dir=__tests__/sample-proj
|
||||
mvn --file $proj_dir clean install dependency:copy-dependencies || exit 1
|
||||
|
||||
echo "Testing compiled app"
|
||||
|
Loading…
Reference in New Issue
Block a user