Skip to content
Merged
Show file tree
Hide file tree
Changes from 4 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .github/workflows/firebaseai.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ on:
- '.github/workflows/firebaseai.yml'
- '.github/workflows/common.yml'
- '.github/workflows/common_cocoapods.yml'
- 'scripts/build.sh'
- 'scripts/quickstart_build_spm.sh'
- 'scripts/update_firebase_spm_dependency.sh'
- 'Gemfile*'
Expand Down
2 changes: 2 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,5 @@ source 'https://rubygems.org'
gem 'cocoapods', '1.16.2'
gem 'cocoapods-generate', '2.2.5'
gem 'danger', '8.4.5'

# Testing
4 changes: 2 additions & 2 deletions scripts/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -518,7 +518,7 @@ case "$product-$platform-$method" in
-project 'FirebaseAI/Tests/TestApp/FirebaseAITestApp.xcodeproj' \
-scheme "FirebaseAITestApp-SPM" \
"${xcb_flags[@]}" \
build
build-for-testing

# Run tests
RunXcodebuild \
Expand All @@ -528,7 +528,7 @@ case "$product-$platform-$method" in
-parallel-testing-enabled NO \
-retry-tests-on-failure \
-test-iterations 3 \
test
test-without-building
;;

Sessions-*-integration)
Expand Down
Loading