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.
2 parents da2f24e + 346fd23 commit 56d75d5Copy full SHA for 56d75d5
.github/workflows/code-integration.yml
@@ -91,7 +91,14 @@ jobs:
91
os_version: ">=18.1"
92
model: "iPhone 15"
93
- run: flutter pub get
94
+ working-directory: flutter_secure_storage/example
95
+ - name: Pod Install
96
97
+ run: |
98
+ cd ios
99
+ pod install
100
+ cd ..
101
- run: flutter build ios --simulator --target=integration_test/app_test.dart
102
working-directory: flutter_secure_storage/example
103
- run: flutter test integration_test
- working-directory: flutter_secure_storage/example
104
0 commit comments