From 76a0143039537d235f7c4be431fdb964ff7e71d5 Mon Sep 17 00:00:00 2001 From: Nick Cooke Date: Sat, 28 Oct 2023 00:23:19 -0400 Subject: [PATCH] [Infra] Post #11941 work --- .github/workflows/client_app.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/client_app.yml b/.github/workflows/client_app.yml index b5376ffe695..a3e27878ac2 100644 --- a/.github/workflows/client_app.yml +++ b/.github/workflows/client_app.yml @@ -49,13 +49,14 @@ jobs: matrix: #TODO(ncooke3): Add multi-platform support: tvOS, macOS, catalyst platform: [iOS] + scheme: [ClientApp, ClientApp-iOS13] steps: - uses: actions/checkout@v3 - uses: mikehardy/buildcache-action@c87cea0ccd718971d6cc39e672c4f26815b6c126 with: cache_key: ${{ matrix.os }} - name: Build Client App –– ${{ matrix.platform }} - run: scripts/third_party/travis/retry.sh ./scripts/build.sh SwiftPMClientApp ${{ matrix.platform }} xcodebuild + run: scripts/third_party/travis/retry.sh ./scripts/build.sh ${{ matrix.scheme }} ${{ matrix.platform }} xcodebuild client-app-cocoapods: # Don't run on private repo unless it is a PR.