Skip to content

Commit

Permalink
Discard changes to .github/workflows/ios.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
russellwheatley authored Nov 19, 2024
1 parent 9cb4855 commit 14d0b3c
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions .github/workflows/ios.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,6 @@ on:
- '**/example/**'
- '**/flutterfire_ui/**'
- '**.md'
schedule:
- cron: '0 * * * *' # Runs every hour
workflow_dispatch:

jobs:
ios:
Expand Down Expand Up @@ -116,8 +113,4 @@ jobs:
sleep 15
# Uncomment following line to have simulator logs printed out for debugging purposes.
# xcrun simctl spawn booted log stream --predicate 'eventMessage contains "flutter"' &
flutter drive \
--driver=test_driver/integration_test.dart \
--target=integration_test/e2e_test.dart \
-d "$SIMULATOR" \
--dart-define=CI=true
flutter test integration_test/e2e_test.dart -d "$SIMULATOR" --dart-define=CI=true

0 comments on commit 14d0b3c

Please sign in to comment.