We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cee6068 commit 219c101Copy full SHA for 219c101
scripts/health_metrics/pod_test_code_coverage_report.sh
@@ -60,6 +60,8 @@ if [ $SDK == "FirebasePerformance" ]; then
60
elif [ $SDK == "FirebaseFirestore" ]; then
61
scripts/install_prereqs.sh Firestore ${PLATFORM} xcodebuild
62
scripts/third_party/travis/retry.sh scripts/build.sh Firestore ${PLATFORM} xcodebuild
63
+elif [ $SDK == "FirebaseDynamicLinks" ]; then
64
+ scripts/third_party/travis/retry.sh scripts/pod_lib_lint.rb "${SDK}".podspec --verbose --allow-warnings --platforms="$(tr '[:upper:]' '[:lower:]'<<<${PLATFORM})" --test-specs="${TEST_SPEC}"
65
else
66
# Run unit tests of pods and put xcresult bundles into OUTPUT_PATH, which
67
# should be a targeted dir of actions/upload-artifact in workflows.
0 commit comments