From 746594a746e5e16e524f15706b627ef92c640007 Mon Sep 17 00:00:00 2001 From: Protobuf Team Bot Date: Fri, 10 Feb 2023 14:33:29 -0800 Subject: [PATCH] Have the CocoaPods CI update the WKTs before testing. PiperOrigin-RevId: 508756680 --- .github/workflows/test_objectivec.yml | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/.github/workflows/test_objectivec.yml b/.github/workflows/test_objectivec.yml index f5720cd245..f572d6d19d 100644 --- a/.github/workflows/test_objectivec.yml +++ b/.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: