From 42a38a5a8452b65785de518eb381d8174f630154 Mon Sep 17 00:00:00 2001 From: Paul Beusterien Date: Fri, 3 Nov 2023 09:00:19 -0700 Subject: [PATCH] fix --- .github/workflows/messaging.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/workflows/messaging.yml b/.github/workflows/messaging.yml index 3ee62ae15c3..ca2c14c3f97 100644 --- a/.github/workflows/messaging.yml +++ b/.github/workflows/messaging.yml @@ -75,8 +75,7 @@ jobs: - name: Xcode run: sudo xcode-select -s /Applications/${{ matrix.xcode }}.app/Contents/Developer - name: Build and test - run: scripts/third_party/travis/retry.sh scripts/pod_lib_lint.rb ${{ matrix.podspec }} \ - --test-specs=unit --platforms=${{ matrix.target }} + run: scripts/third_party/travis/retry.sh scripts/pod_lib_lint.rb ${{ matrix.podspec }} --test-specs=unit --platforms=${{ matrix.target }} spm: # Don't run on private repo unless it is a PR. @@ -200,8 +199,7 @@ jobs: - name: Xcode run: sudo xcode-select -s /Applications/${{ matrix.xcode }}.app/Contents/Developer - name: PodLibLint Messaging Cron - run: scripts/third_party/travis/retry.sh scripts/pod_lib_lint.rb FirebaseMessaging.podspec \ - ${{ matrix.tests }} --platforms=${{ matrix.target }} --use-static-frameworks + run: scripts/third_party/travis/retry.sh scripts/pod_lib_lint.rb FirebaseMessaging.podspec ${{ matrix.tests }} --platforms=${{ matrix.target }} --use-static-frameworks messaging-sample-build-test: # Don't run on private repo unless it is a PR.