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 90
90
retry_wait_seconds : 120
91
91
command : scripts/build.sh FirebaseVertexAIUnit ${{ matrix.target }} spm
92
92
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
-
128
93
testapp-integration :
129
94
strategy :
130
95
matrix :
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -1319,14 +1319,6 @@ let package = Package(
1319
1319
. headerSearchPath( " ../../../ " ) ,
1320
1320
]
1321
1321
) ,
1322
- . testTarget(
1323
- name: " FirebaseVertexAIIntegration " ,
1324
- dependencies: [ " FirebaseVertexAI " ] ,
1325
- path: " FirebaseVertexAI/Tests/Integration " ,
1326
- resources: [
1327
- . process( " Resources " ) ,
1328
- ]
1329
- ) ,
1330
1322
] + firestoreTargets( ) ,
1331
1323
cLanguageStandard: . c99,
1332
1324
cxxLanguageStandard: CXXLanguageStandard . gnucxx14
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments