We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ea0ae54 commit 3a4130cCopy full SHA for 3a4130c
.github/workflows/client_app.yml
@@ -49,13 +49,14 @@ jobs:
49
matrix:
50
#TODO(ncooke3): Add multi-platform support: tvOS, macOS, catalyst
51
platform: [iOS]
52
+ scheme: [ClientApp, ClientApp-iOS13]
53
steps:
54
- uses: actions/checkout@v3
55
- uses: mikehardy/buildcache-action@c87cea0ccd718971d6cc39e672c4f26815b6c126
56
with:
57
cache_key: ${{ matrix.os }}
58
- name: Build Client App –– ${{ matrix.platform }}
- 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
60
61
client-app-cocoapods:
62
# Don't run on private repo unless it is a PR.
0 commit comments