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.
GOOGLEAPPMEASUREMENT
test.sh
1 parent 8da1e25 commit 1283552Copy full SHA for 1283552
.github/workflows/firebaseai.yml
@@ -16,7 +16,6 @@ concurrency:
16
17
env:
18
SAMPLE: FirebaseAI
19
- FIREBASECI_USE_LATEST_GOOGLEAPPMEASUREMENT: 1
20
21
jobs:
22
spm:
scripts/test.sh
@@ -131,6 +131,11 @@ function xcb() {
131
xcodebuild "$@" | xcpretty
132
}
133
134
+# Point SPM CI to the tip of `main` of
135
+# https://github.com/google/GoogleAppMeasurement so that the release process
136
+# can defer publishing the `GoogleAppMeasurement` tag until after testing.
137
+export FIREBASECI_USE_LATEST_GOOGLEAPPMEASUREMENT=1
138
+
139
# Run xcodebuild
140
sudo xcode-select -s "/Applications/Xcode_${xcode_version}.app/Contents/Developer"
141
xcb "${flags[@]}"
0 commit comments