File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
FirebaseSegmentation/Tests/Sample Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change 16
16
with :
17
17
access-token : ' ${{ secrets.GITHUB_TOKEN }}'
18
18
# This is to exclude workflows that will be searched in the nightly report.
19
- exclude-workflow-files : ' performance.yml performance -integration-tests.yml,mlmodeldownloader.yml'
19
+ exclude-workflow-files : ' performance-integration-tests.yml,mlmodeldownloader.yml'
Original file line number Diff line number Diff line change @@ -10,6 +10,7 @@ target 'SegmentationSampleApp' do
10
10
11
11
# Pods for SegmentationSampleApp
12
12
pod 'FirebaseCore' , :path => '../../../'
13
+ pod 'FirebaseCoreDiagnostics' , :path => '../../../'
13
14
pod 'FirebaseInstallations' , :path => '../../../'
14
15
pod 'FirebaseSegmentation' , :path => '../../../'
15
16
pod 'GoogleDataTransport' , :path => '../../../'
You can’t perform that action at this time.
0 commit comments