diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index b72bb809..8acbb62f 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -37,7 +37,6 @@ jobs: - name: Run sample application integration tests uses: reactivecircus/android-emulator-runner@v2 with: - pre-emulator-launch-script: adb shell pm grant com.example.app android.permission.CAMERA api-level: 29 script: | cd example/SampleProject && flutter test integration_test/test_play.dart