Files
compose-multiplatform/compose/scripts/testComposeModules
Igor Demin 598a74d03b Remove configuration scripts (#2259)
Because this configuration is done on androidx repo level now
2022-08-23 17:09:19 +02:00

9 lines
222 B
Bash
Executable File

#!/bin/bash
cd "$(dirname "$0")"
pushd ..
# used in https://github.com/JetBrains/androidx/tree/jb-main/.github/workflows
./gradlew testComposeModules testComposeJbDesktop $COMPOSE_DEFAULT_GRADLE_ARGS "$@" || exit 1
popd