Skip to content

Commit

Permalink
test: swift integration
Browse files Browse the repository at this point in the history
  • Loading branch information
russellwheatley committed Nov 26, 2024
1 parent ca45bed commit 5b4c066
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/scripts/swift-integration.dart
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ void main() async {
await buildSwiftExampleApp('ios', 'cloud_firestore');
await buildSwiftExampleApp('macos', 'firebase_core');
await buildSwiftExampleApp('macos', 'cloud_firestore');
await buildSwiftExampleApp('macos', 'firebase_auth');
await buildSwiftExampleApp('ios', 'firebase_auth');
}

Future<void> deleteFirstLine(String filePath) async {
Expand Down

0 comments on commit 5b4c066

Please sign in to comment.