Skip to content

Commit 159b670

Browse files
test: add pod install to reduce build time
1 parent a284602 commit 159b670

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/code-integration.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,12 @@ jobs:
9191
os_version: ">=18.1"
9292
model: "iPhone 15"
9393
- 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 ..
94100
- run: flutter build ios --simulator --target=integration_test/app_test.dart
95101
working-directory: flutter_secure_storage/example
96102
- run: flutter test integration_test

0 commit comments

Comments
 (0)