From 79c887c590a79b7fb755fbc148205deef86b7d82 Mon Sep 17 00:00:00 2001 From: Felix Angelov Date: Thu, 9 Nov 2023 16:15:27 -0600 Subject: [PATCH] android only --- .github/workflows/patch_e2e.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/patch_e2e.yaml b/.github/workflows/patch_e2e.yaml index 78da61b76..62a8c5611 100644 --- a/.github/workflows/patch_e2e.yaml +++ b/.github/workflows/patch_e2e.yaml @@ -96,7 +96,7 @@ jobs: script: echo "Generated AVD Snapshot" - name: Create Flutter App - run: flutter create e2e_test --empty + run: flutter create e2e_test --empty --platforms android - name: Shorebird Init run: shorebird init --force -v