File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed
FirebaseVertexAI/Tests/TestApp/IntegrationTests Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -137,6 +137,9 @@ jobs:
137137 needs : spm-package-resolved
138138 env :
139139 TEST_RUNNER_VertexAIRunIntegrationTests : 1
140+ TEST_RUNNER_VertexAIIntegrationAuthEmail1 : ${{ secrets.VERTEXAI_INTEGRATION_AUTH_EMAIL_1 }}
141+ TEST_RUNNER_VertexAIIntegrationAuthEmailPassword1 : ${{ secrets.VERTEXAI_INTEGRATION_AUTH_EMAIL_1_PW }}
142+ TEST_RUNNER_FIRAAppCheckDebugToken : ${{ secrets.VERTEXAI_INTEGRATION_FAC_DEBUG_TOKEN }}
140143 FIREBASECI_USE_LATEST_GOOGLEAPPMEASUREMENT : 1
141144 plist_secret : ${{ secrets.GHASecretsGPGPassphrase1 }}
142145 steps :
Original file line number Diff line number Diff line change @@ -41,8 +41,8 @@ final class IntegrationTests: XCTestCase {
4141 var vertex : VertexAI !
4242 var model : GenerativeModel !
4343
44- static let emailEnvVar = " VERTEXAI_INTEGRATION_AUTH_EMAIL_1 "
45- static let passwordEnvVar = " VERTEXAI_INTEGRATION_AUTH_EMAIL_1_PW "
44+ static let emailEnvVar = " VertexAIIntegrationAuthEmail1 "
45+ static let passwordEnvVar = " VertexAIIntegrationAuthEmailPassword1 "
4646
4747 override func setUp( ) async throws {
4848 let environment = ProcessInfo . processInfo. environment
You can’t perform that action at this time.
0 commit comments