Skip to content

Commit

Permalink
remove debug msg
Browse files Browse the repository at this point in the history
  • Loading branch information
dmlemeshko committed Nov 24, 2020
1 parent 890833b commit f7a105c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions test/scripts/jenkins_unit.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,11 @@ if [[ -z "$CODE_COVERAGE" ]] ; then
else
echo " -> Running jest tests with coverage"
node scripts/jest --ci --verbose --coverage
echo " -> Save oss-coverage-final.json"
rename_coverage_file "oss"
echo ""
echo ""
echo " -> Running jest integration tests with coverage"
node --max-old-space-size=8192 scripts/jest_integration --ci --verbose --coverage || true;
echo " -> Save oss-integration-coverage-final.json"
rename_coverage_file "oss-integration"
echo ""
echo ""
Expand Down

0 comments on commit f7a105c

Please sign in to comment.