Skip to content

Commit d50dd0a

Browse files
authored
Fix nightly Swift API failures (#8370)
* Fix nightly Swift API failures * Review
1 parent 77a006f commit d50dd0a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/functions.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ jobs:
113113
target: [ios, tvos, macos]
114114
flags: [
115115
'--use-static-frameworks',
116-
'--use-libraries'
116+
'--use-libraries --skip-tests'
117117
]
118118
needs: pod-lib-lint
119119
steps:

.github/workflows/installations.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ jobs:
101101
target: [ios, tvos, macos]
102102
flags: [
103103
'--use-static-frameworks',
104-
'--use-libraries'
104+
'--use-libraries --skip-tests'
105105
]
106106
needs: pod-lib-lint
107107
steps:

0 commit comments

Comments
 (0)