mirror of
https://github.com/jlengrand/compose-multiplatform.git
synced 2026-04-08 08:11:17 +00:00
7 lines
119 B
Bash
Executable File
7 lines
119 B
Bash
Executable File
#!/bin/bash
|
|
|
|
cd "$(dirname "$0")"
|
|
|
|
pushd ..
|
|
./gradlew testComposeJbWeb $COMPOSE_DEFAULT_GRADLE_ARGS "$@" || exit 1
|
|
popd |