Skip to content

Commit

Permalink
Move TEST_RUNNER_VertexAIRunIntegrationTests=1 before build.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewheard committed Jun 7, 2024
1 parent e798102 commit a6c7705
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/vertexai.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@ jobs:
xcode: Xcode_15.2
runs-on: ${{ matrix.os }}
env:
TEST_RUNNER_VertexAIRunIntegrationTests: 1
FIREBASECI_USE_LATEST_GOOGLEAPPMEASUREMENT: 1
plist_secret: ${{ secrets.GHASecretsGPGPassphrase1 }}
steps:
Expand All @@ -68,7 +67,8 @@ jobs:
max_attempts: 3
retry_on: error
retry_wait_seconds: 120
command: scripts/build.sh FirebaseVertexAIIntegration ${{ matrix.target }} spm
command: TEST_RUNNER_VertexAIRunIntegrationTests=1 scripts/build.sh \
FirebaseVertexAIIntegration ${{ matrix.target }} spm

sample:
strategy:
Expand Down

0 comments on commit a6c7705

Please sign in to comment.