run_integration_tests.sh 72 B

123456
  1. #!/bin/bash
  2. (
  3. cd ..
  4. ./gradlew testDebug --fail-fast --tests="*IT"
  5. )