Skip to content

Commit d9961ec

Browse files
authored
Fix Segmentation sample nightly testing failure (#7806)
1 parent 4d0e83f commit d9961ec

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/segmentation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: segmentation
33
on:
44
pull_request:
55
paths:
6-
- 'FirebasesSegmentation**'
6+
- 'FirebaseSegmentation**'
77
- '.github/workflows/segmentation.yml'
88
- 'Gemfile'
99
schedule:

FirebaseSegmentation/Tests/Sample/Podfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# Uncomment the next two lines for pre-release testing on internal repo
2-
#source 'sso://cpdc-internal/firebase'
3-
#source 'https://cdn.cocoapods.org/'
1+
source 'https://github.com/firebase/SpecsDev.git'
2+
source 'https://github.com/firebase/SpecsStaging.git'
3+
source 'https://cdn.cocoapods.org/'
44

55
target 'SegmentationSampleApp' do
66
# Comment the next line if you don't want to use dynamic frameworks

0 commit comments

Comments
 (0)