Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
Dillon Nys committed Jun 28, 2023
1 parent 359fec8 commit d9ee6d9
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/amplify_canaries.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,10 @@ jobs:
- name: Run iOS integration tests
timeout-minutes: 45
working-directory: canaries
run: flutter test -d test integration_test/main_test.dart --verbose
run: |
# Perform a build to reduce startup time of `fltuter test` and prevent timeout
flutter build ios --simulator --target=integration_test/main_test.dart
flutter test -d test integration_test/main_test.dart --verbose
- name: Log failing ios runs
if: ${{ failure() }}
Expand Down

0 comments on commit d9ee6d9

Please sign in to comment.