aboutsummaryrefslogtreecommitdiffstats
path: root/.cirrus/cirrus-junit.sh
blob: 087e3b8bad8327fef8711c7e4b9bec4e847d39a6 (plain)
1
2
3
4
5
6
7
#!/bin/bash
set -euo pipefail

source .cirrus/cirrus-env

./gradlew cleanTest test jacocoTestReport \
  --parallel --max-workers=3 --configure-on-demand --console plain -Pqa