mirror of
https://github.com/actions/setup-java.git
synced 2025-04-20 18:06:45 +00:00
.
This commit is contained in:
parent
672158eff4
commit
14244f7844
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ if [ -z "$(echo $java_version | grep --fixed-strings $1)" ]; then
|
||||||
fi
|
fi
|
||||||
|
|
||||||
echo "Building sample proj"
|
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
|
mvn --file $proj_dir clean install dependency:copy-dependencies || exit 1
|
||||||
|
|
||||||
echo "Testing compiled app"
|
echo "Testing compiled app"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue