Skip to content

Commit

Permalink
add analyze to ci
Browse files Browse the repository at this point in the history
  • Loading branch information
morganchen12 committed Dec 27, 2024
1 parent 43b992a commit 6f00cf0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/datatransport.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
run: ./scripts/setup_bundler.sh
- name: PodLibLint DataTransport
run: |
scripts/third_party/travis/retry.sh scripts/pod_lib_lint.rb GoogleDataTransport.podspec --platforms=${{ matrix.target }}
scripts/third_party/travis/retry.sh scripts/pod_lib_lint.rb GoogleDataTransport.podspec --platforms=${{ matrix.target }} --analyze
catalyst:
runs-on: macOS-latest
Expand All @@ -41,7 +41,7 @@ jobs:
- name: Setup Bundler
run: scripts/setup_bundler.sh
- name: Setup project and Test Catalyst
run: scripts/third_party/travis/retry.sh scripts/test_catalyst.sh GoogleDataTransport build
run: scripts/third_party/travis/retry.sh scripts/test_catalyst.sh GoogleDataTransport build --analyze

# TODO: Investigate how to build correctly after build failure introduced by
# https://github.com/firebase/firebase-ios-sdk/pull/12966
Expand Down

0 comments on commit 6f00cf0

Please sign in to comment.