Skip to content

Commit c9d4650

Browse files
authored
fix nightly segmentation and include performance in report (#7151)
1 parent 5d2be06 commit c9d4650

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/generate_issues.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@ jobs:
1616
with:
1717
access-token: '${{ secrets.GITHUB_TOKEN }}'
1818
# 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'

FirebaseSegmentation/Tests/Sample/Podfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ target 'SegmentationSampleApp' do
1010

1111
# Pods for SegmentationSampleApp
1212
pod 'FirebaseCore', :path => '../../../'
13+
pod 'FirebaseCoreDiagnostics', :path => '../../../'
1314
pod 'FirebaseInstallations', :path => '../../../'
1415
pod 'FirebaseSegmentation', :path => '../../../'
1516
pod 'GoogleDataTransport', :path => '../../../'

0 commit comments

Comments
 (0)