Skip to content

Commit

Permalink
Fix run test locally script
Browse files Browse the repository at this point in the history
  • Loading branch information
Rawa committed Jul 31, 2024
1 parent 4d82008 commit 5d505af
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion android/scripts/run-instrumented-tests-locally.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,7 @@ SCRIPT_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
cd "$SCRIPT_DIR"/..
./gradlew assembleOssProdAndroidTest
./gradlew app:assembleOssProdDebug
"$SCRIPT_DIR"/run-instrumented-tests.sh app
REPORT_DIR=$(mktemp -d)
export REPORT_DIR
"$SCRIPT_DIR"/run-instrumented-tests.sh --test-type app --infra-flavor prod --billing-flavor oss

0 comments on commit 5d505af

Please sign in to comment.