Skip to content

Commit

Permalink
Use console=plain for unit tests runs on Buildkite
Browse files Browse the repository at this point in the history
  • Loading branch information
wzieba committed Feb 4, 2025
1 parent 47dda0d commit 333be8e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .buildkite/commands/run-unit-tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

echo "--- 🧪 Testing"
set +e
./gradlew testJalapenoDebugUnitTest testDebugUnitTest
./gradlew testJalapenoDebugUnitTest testDebugUnitTest --console=plain
TESTS_EXIT_STATUS=$?
set -e

Expand All @@ -28,7 +28,7 @@ else
fi

echo "--- ⚒️ Generating and uploading code coverage"
./gradlew jacocoTestReport
./gradlew jacocoTestReport --console=plain
.buildkite/commands/upload-code-coverage.sh

echo "--- 🧪 Copying test logs for test collector"
Expand Down

0 comments on commit 333be8e

Please sign in to comment.