Skip to content

Commit 47e6e42

Browse files
authored
fix: sanitize build-for-testing path for schemes with spaces, parentheses, etc. (#1830)
* fix: sanitize build-for-testing path for schemes with spaces, parenthese, etc. * style * style * fixes * fixes
1 parent b4bc846 commit 47e6e42

File tree

3 files changed

+223
-212
lines changed

3 files changed

+223
-212
lines changed

.github/workflows/performance.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
SPM: true
3838
OS: iOS
3939
DEVICE: iPhone 16
40-
TEST: true
40+
TEST: false
4141
DIR: performance
4242
SCHEME: PerformanceExample (iOS)
4343
steps:

0 commit comments

Comments
 (0)