Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Sign in
Toggle navigation
F
Front-End
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
abdullh.alsoleman
Front-End
Commits
b78b1763
Unverified
Commit
b78b1763
authored
Jan 07, 2021
by
Jenn Magder
Committed by
GitHub
Jan 07, 2021
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Run pod repo update in iOS extension test (#73442)
parent
9fc48454
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
1 deletion
+5
-1
ios_app_with_extensions_test.dart
dev/devicelab/bin/tasks/ios_app_with_extensions_test.dart
+4
-0
Podfile
dev/integration_tests/ios_app_with_extensions/ios/Podfile
+1
-1
No files found.
dev/devicelab/bin/tasks/ios_app_with_extensions_test.dart
View file @
b78b1763
...
...
@@ -30,6 +30,10 @@ Future<void> main() async {
projectDir
,
);
// For some reason devicelab machines have really old spec snapshots.
// TODO(jmagman): Remove this if this test is moved to a machine that installs CocoaPods on every run.
await
eval
(
'pod'
,
<
String
>[
'repo'
,
'update'
,
'--verbose'
]);
section
(
'Create release build'
);
await
inDirectory
(
projectDir
,
()
async
{
...
...
dev/integration_tests/ios_app_with_extensions/ios/Podfile
View file @
b78b1763
...
...
@@ -39,7 +39,7 @@ target 'watch Extension' do
use_frameworks!
use_modular_headers!
pod
'EFQRCode
/watchOS'
,
'5.1.6
'
pod
'EFQRCode
'
,
'6.0
'
end
post_install
do
|
installer
|
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment