diff --git a/.github/workflows/android-integration-tests.yml b/.github/workflows/android-integration-tests.yml index 827e2433..685186ce 100644 --- a/.github/workflows/android-integration-tests.yml +++ b/.github/workflows/android-integration-tests.yml @@ -1,4 +1,3 @@ - name: Android Integration Tests on: @@ -18,7 +17,6 @@ jobs: - 5556:5556 options: >- --device virtio - --snapshot --memory 2048 steps: @@ -49,4 +47,3 @@ jobs: - name: Run Android tests run: flutter drive --target=integration_test/magic_link_test.dart -d android working-directory: ./integrationtestapp -