scripts/testUIKit (#2464)

This commit is contained in:
dima.avdeev
2022-11-11 17:14:17 +03:00
committed by GitHub
parent b58d3355b3
commit 2027e4bddd
3 changed files with 20 additions and 0 deletions

7
compose/scripts/testUIKit Executable file
View File

@@ -0,0 +1,7 @@
#!/bin/bash
cd "$(dirname "$0")"
pushd ..
./gradlew testUIKit $COMPOSE_DEFAULT_GRADLE_ARGS "$@" || exit 1
popd