From 95834536fe50decfdc7795c777d236ebddf31406 Mon Sep 17 00:00:00 2001 From: filip-ams Date: Thu, 31 Oct 2024 22:26:44 +0100 Subject: [PATCH] change to trigger conf test --- .github/workflows/publish.yml | 1 - 1 file changed, 1 deletion(-) 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