Skip to content

Commit

Permalink
Try ubuntu
Browse files Browse the repository at this point in the history
Signed-off-by: Peter Zhu <[email protected]>
  • Loading branch information
peterzhuamazon committed Jun 24, 2022
1 parent 0984c9e commit 453a3e8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions vars/runGradleCheck.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,9 @@ void call(Map args = [:]) {
echo "Stop existing dockercontainer"
docker ps -a
echo "Check docker-compose version"
docker-compose version
echo "Start gradlecheck"
GRADLE_CHECK_STATUS=0
./gradlew check -Dtests.coverage=true --no-daemon --no-scan || GRADLE_CHECK_STATUS=1
Expand Down

0 comments on commit 453a3e8

Please sign in to comment.