Skip to content

Commit

Permalink
ci: retry pre-build (#50)
Browse files Browse the repository at this point in the history
  • Loading branch information
poppingmoon authored Apr 5, 2024
1 parent 23a9f98 commit f8d0206
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f8d0206

Please sign in to comment.