diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 06c2b2a2..d21047f8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -79,7 +79,13 @@ jobs: model: 'iPhone 14' - name: Pre-build the app - run: flutter build ios --simulator --target=integration_test/timeline_test.dart + uses: nick-fields/retry@v3 + with: + timeout_minutes: 60 + max_attempts: 3 + command: > + flutter build ios --simulator + --target=integration_test/timeline_test.dart - name: Integration test run: flutter test integration_test