Skip to content

Commit 1283552

Browse files
committed
[Firebase AI] Move GOOGLEAPPMEASUREMENT flag into test.sh
1 parent 8da1e25 commit 1283552

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.github/workflows/firebaseai.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ concurrency:
1616

1717
env:
1818
SAMPLE: FirebaseAI
19-
FIREBASECI_USE_LATEST_GOOGLEAPPMEASUREMENT: 1
2019

2120
jobs:
2221
spm:

scripts/test.sh

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -131,6 +131,11 @@ function xcb() {
131131
xcodebuild "$@" | xcpretty
132132
}
133133

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+
134139
# Run xcodebuild
135140
sudo xcode-select -s "/Applications/Xcode_${xcode_version}.app/Contents/Developer"
136141
xcb "${flags[@]}"

0 commit comments

Comments
 (0)