diff --git a/.github/workflows/android_ui_tests.yml b/.github/workflows/android_ui_tests.yml index 7527c475..addff824 100644 --- a/.github/workflows/android_ui_tests.yml +++ b/.github/workflows/android_ui_tests.yml @@ -44,7 +44,8 @@ jobs: disable-animations: false script: | echo "Emulator launched" - patrol test -t example/integration_test/drop_in_test/open_drop_in_test.dart -d emulator-5554 + cd example + patrol test -t integration_test/drop_in_test/open_drop_in_test.dart -d emulator-5554 # TODO Add github environment values