Skip to content

Commit

Permalink
Run tests in CI workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewheard committed Mar 19, 2024
1 parent 97c2d61 commit 799c430
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/vertexai.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,5 @@ jobs:
run: sudo xcode-select -s /Applications/${{ matrix.xcode }}.app/Contents/Developer
- name: Initialize xcodebuild
run: xcodebuild -list
# TODO: Add unit tests and switch from `spmbuildonly` to `spm`.
- name: Build
run: scripts/third_party/travis/retry.sh scripts/build.sh FirebaseVertexAI ${{ matrix.target }} spmbuildonly
- name: Build and run tests
run: scripts/third_party/travis/retry.sh scripts/build.sh FirebaseVertexAIUnit ${{ matrix.target }} spm

0 comments on commit 799c430

Please sign in to comment.