Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
victoralfaro-dotcms committed Jun 25, 2020
1 parent 4d02f39 commit 867014d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/setup/build-src/integrationTests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ echo "==========================================================================
echo ""

cd /build/src/core/dotCMS \
&& ./gradlew integrationTest ${GRADLE_PARAMS}
&& ./gradlew integrationTest jacocoTestReport ${GRADLE_PARAMS}

# Required code, without it gradle will exit 1 killing the docker container
gradlewReturnCode=$?
Expand Down

0 comments on commit 867014d

Please sign in to comment.