Skip to content

Commit

Permalink
swift integration time increase
Browse files Browse the repository at this point in the history
  • Loading branch information
russellwheatley committed Oct 29, 2024
1 parent ccbfadb commit 7366c6c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/all_plugins.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ jobs:
"flutter build web"
swift-integration:
runs-on: macos-latest
timeout-minutes: 25
timeout-minutes: 30
steps:
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938
- uses: subosito/flutter-action@2783a3f08e1baf891508463f8c6653c258246225
Expand Down
4 changes: 1 addition & 3 deletions .github/workflows/scripts/swift-integration.dart
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,7 @@ import 'dart:convert';
void main() async {
await buildSwiftExampleApp('ios', 'firebase_core');
await buildSwiftExampleApp('ios', 'cloud_firestore');
// won't build on CI with logs giving no indication why
// https://github.com/firebase/flutterfire/actions/runs/11575223412/job/32221294182?pr=13329#step:6:138
// await buildSwiftExampleApp('macos', 'firebase_core');
await buildSwiftExampleApp('macos', 'firebase_core');
await buildSwiftExampleApp('macos', 'cloud_firestore');
}

Expand Down

0 comments on commit 7366c6c

Please sign in to comment.