File tree Expand file tree Collapse file tree 5 files changed +0
-297
lines changed
FirebaseVertexAI/Tests/Integration Expand file tree Collapse file tree 5 files changed +0
-297
lines changed Original file line number Diff line number Diff line change 9090 retry_wait_seconds : 120
9191 command : scripts/build.sh FirebaseVertexAIUnit ${{ matrix.target }} spm
9292
93- spm-integration :
94- strategy :
95- matrix :
96- target : [iOS]
97- os : [macos-14]
98- include :
99- - os : macos-14
100- xcode : Xcode_15.2
101- runs-on : ${{ matrix.os }}
102- needs : spm-package-resolved
103- env :
104- TEST_RUNNER_VertexAIRunIntegrationTests : 1
105- FIREBASECI_USE_LATEST_GOOGLEAPPMEASUREMENT : 1
106- plist_secret : ${{ secrets.GHASecretsGPGPassphrase1 }}
107- steps :
108- - uses : actions/checkout@v4
109- - uses : actions/cache/restore@v4
110- with :
111- path : .build
112- key : ${{needs.spm-package-resolved.outputs.cache_key}}
113- - name : Install Secret GoogleService-Info.plist
114- run : scripts/decrypt_gha_secret.sh scripts/gha-encrypted/vertexai-integration.plist.gpg \
115- FirebaseVertexAI/Tests/Integration/Resources/GoogleService-Info.plist "$plist_secret"
116- - name : Xcode
117- run : sudo xcode-select -s /Applications/${{ matrix.xcode }}.app/Contents/Developer
118- - name : Initialize xcodebuild
119- run : scripts/setup_spm_tests.sh
120- - uses : nick-fields/retry@v3
121- with :
122- timeout_minutes : 120
123- max_attempts : 3
124- retry_on : error
125- retry_wait_seconds : 120
126- command : scripts/build.sh FirebaseVertexAIIntegration ${{ matrix.target }} spm
127-
12893 testapp-integration :
12994 strategy :
13095 matrix :
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -1319,14 +1319,6 @@ let package = Package(
13191319 . headerSearchPath( " ../../../ " ) ,
13201320 ]
13211321 ) ,
1322- . testTarget(
1323- name: " FirebaseVertexAIIntegration " ,
1324- dependencies: [ " FirebaseVertexAI " ] ,
1325- path: " FirebaseVertexAI/Tests/Integration " ,
1326- resources: [
1327- . process( " Resources " ) ,
1328- ]
1329- ) ,
13301322 ] + firestoreTargets( ) ,
13311323 cLanguageStandard: . c99,
13321324 cxxLanguageStandard: CXXLanguageStandard . gnucxx14
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments