Have the CocoaPods CI update the WKTs before testing.

PiperOrigin-RevId: 508756680
pull/11943/head
Protobuf Team Bot 2 years ago committed by Mike Kruskal
parent 34cd431f57
commit 746594a746
  1. 13
      .github/workflows/test_objectivec.yml

@ -73,11 +73,14 @@ jobs:
with:
ref: ${{ inputs.safe-checkout }}
- name: Pod lib lint
run: |
pod lib lint --verbose \
--configuration=${{ matrix.CONFIGURATION }} \
--platforms=${{ matrix.PLATFORM }} \
Protobuf.podspec
uses: ./.github/actions/bash
with:
credentials: ${{ secrets.GAR_SERVICE_ACCOUNT }}
command: |
pod lib lint --verbose \
--configuration=${{ matrix.CONFIGURATION }} \
--platforms=${{ matrix.PLATFORM }} \
Protobuf.podspec
bazel:
strategy:

Loading…
Cancel
Save