From 3e2a8bb1d70bf8a23f92b32964a16df8b8d81b8e Mon Sep 17 00:00:00 2001 From: Paul Beusterien Date: Sat, 12 Dec 2020 08:50:57 -0800 Subject: [PATCH] fix nightly segmentation and include performance in report --- .github/workflows/generate_issues.yml | 2 +- FirebaseSegmentation/Tests/Sample/Podfile | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/generate_issues.yml b/.github/workflows/generate_issues.yml index 46b0dbc36be..d4fb7d8418b 100644 --- a/.github/workflows/generate_issues.yml +++ b/.github/workflows/generate_issues.yml @@ -16,4 +16,4 @@ jobs: with: access-token: '${{ secrets.GITHUB_TOKEN }}' # This is to exclude workflows that will be searched in the nightly report. - exclude-workflow-files: 'performance.yml performance-integration-tests.yml,mlmodeldownloader.yml' + exclude-workflow-files: 'performance-integration-tests.yml,mlmodeldownloader.yml' diff --git a/FirebaseSegmentation/Tests/Sample/Podfile b/FirebaseSegmentation/Tests/Sample/Podfile index 35bd0109954..aa3d1ec0199 100644 --- a/FirebaseSegmentation/Tests/Sample/Podfile +++ b/FirebaseSegmentation/Tests/Sample/Podfile @@ -10,6 +10,7 @@ target 'SegmentationSampleApp' do # Pods for SegmentationSampleApp pod 'FirebaseCore', :path => '../../../' + pod 'FirebaseCoreDiagnostics', :path => '../../../' pod 'FirebaseInstallations', :path => '../../../' pod 'FirebaseSegmentation', :path => '../../../' pod 'GoogleDataTransport', :path => '../../../'