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 159b670 commit 346fd23Copy full SHA for 346fd23
.github/workflows/code-integration.yml
@@ -91,6 +91,7 @@ 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
working-directory: flutter_secure_storage/example
97
run: |
@@ -100,4 +101,4 @@ jobs:
100
101
- run: flutter build ios --simulator --target=integration_test/app_test.dart
102
103
- run: flutter test integration_test
- working-directory: flutter_secure_storage/example
104
0 commit comments