We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a284602 commit 159b670Copy full SHA for 159b670
.github/workflows/code-integration.yml
@@ -91,6 +91,12 @@ jobs:
91
os_version: ">=18.1"
92
model: "iPhone 15"
93
- run: flutter pub get
94
+ - name: Pod Install
95
+ working-directory: flutter_secure_storage/example
96
+ run: |
97
+ cd ios
98
+ pod install
99
+ cd ..
100
- run: flutter build ios --simulator --target=integration_test/app_test.dart
101
working-directory: flutter_secure_storage/example
102
- run: flutter test integration_test
0 commit comments