Skip to content

Commit 3a4130c

Browse files
authored
[Infra] Post #11941 work (#12016)
1 parent ea0ae54 commit 3a4130c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/client_app.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,13 +49,14 @@ jobs:
4949
matrix:
5050
#TODO(ncooke3): Add multi-platform support: tvOS, macOS, catalyst
5151
platform: [iOS]
52+
scheme: [ClientApp, ClientApp-iOS13]
5253
steps:
5354
- uses: actions/checkout@v3
5455
- uses: mikehardy/buildcache-action@c87cea0ccd718971d6cc39e672c4f26815b6c126
5556
with:
5657
cache_key: ${{ matrix.os }}
5758
- name: Build Client App –– ${{ matrix.platform }}
58-
run: scripts/third_party/travis/retry.sh ./scripts/build.sh SwiftPMClientApp ${{ matrix.platform }} xcodebuild
59+
run: scripts/third_party/travis/retry.sh ./scripts/build.sh ${{ matrix.scheme }} ${{ matrix.platform }} xcodebuild
5960

6061
client-app-cocoapods:
6162
# Don't run on private repo unless it is a PR.

0 commit comments

Comments
 (0)