Skip to content

Commit 8c7289d

Browse files
committed
ci(ios): stub secrets before destination fallback
1 parent c76d5e0 commit 8c7289d

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/ios-tests.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,11 @@ jobs:
4343
- name: Install xcbeautify
4444
run: brew list xcbeautify &>/dev/null || brew install xcbeautify
4545

46+
# Secrets.xcconfig is gitignored. Tests do not need analytics keys, so the
47+
# checked-in example template is enough for the project to resolve.
48+
- name: Stub Secrets.xcconfig
49+
run: cp TableProMobile/Secrets.xcconfig.example TableProMobile/Secrets.xcconfig
50+
4651
# macos-26 lazy-loads simulator runtimes; -downloadPlatform pulls the runtime
4752
# matching Xcode's SDK and is a no-op when it is already present.
4853
- name: Install iOS simulator runtime
@@ -68,11 +73,6 @@ jobs:
6873
echo "::error::No iPhone 17 Pro simulator destination is available after downloadPlatform failed."
6974
exit 70
7075
71-
# Secrets.xcconfig is gitignored. Tests do not need analytics keys, so the
72-
# checked-in example template is enough for the project to resolve.
73-
- name: Stub Secrets.xcconfig
74-
run: cp TableProMobile/Secrets.xcconfig.example TableProMobile/Secrets.xcconfig
75-
7676
- name: Cache static libraries
7777
uses: actions/cache@v4
7878
with:

0 commit comments

Comments
 (0)