Skip to content

Commit

Permalink
start correct test
Browse files Browse the repository at this point in the history
  • Loading branch information
zoff99 committed Apr 17, 2024
1 parent 79f1920 commit 1e4c382
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/bobtests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ jobs:
ls -al /Users/runner/a.sh
chmod u+rx /Users/runner/a.sh
bash /Users/runner/a.sh &
cd android-refimpl-app ; ./gradlew app:connectedAndroidTest -Pandroid.testInstrumentationRunnerArguments.class=com.zoffcc.applications.trifa.StartMainActivityWrapperTest || echo "NOERR"
cd android-refimpl-app ; ./gradlew app:connectedAndroidTest -Pandroid.testInstrumentationRunnerArguments.class=com.zoffcc.applications.trifa.JavaFriendTester || echo "NOERR"
pwd
adb pull /sdcard/googletest/test_outputfiles .
ls -al test_outputfiles/
Expand Down

0 comments on commit 1e4c382

Please sign in to comment.