mirror of
https://github.com/jlengrand/compose-multiplatform.git
synced 2026-05-08 15:51:08 +00:00
add compose/scripts to run presubmit workflow for CLs in our androidx fork (#1273)
* add scripts to test compose modules (from androidx fork) * add scripts to test compose modules (from androidx fork) * add scripts to test compose modules (from androidx fork) Co-authored-by: Oleksandr Karpovich <oleksandr.karpovich@jetbrains.com>
This commit is contained in:
committed by
GitHub
parent
f4ca94af8d
commit
b1f427be54
9
compose/scripts/testComposeModules
Executable file
9
compose/scripts/testComposeModules
Executable file
@@ -0,0 +1,9 @@
|
||||
#!/bin/bash
|
||||
|
||||
cd "$(dirname "$0")"
|
||||
. ./prepare
|
||||
|
||||
pushd ..
|
||||
# used in https://github.com/JetBrains/androidx/tree/jb-main/.github/workflows
|
||||
./gradlew testComposeModules testComposeJbDesktop $COMPOSE_DEFAULT_GRADLE_ARGS "$@" || exit 1
|
||||
popd
|
||||
Reference in New Issue
Block a user