Skip to content

Commit 75e020f

Browse files
committed
Fix CI tests
1 parent c9f2e1b commit 75e020f

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

.github/workflows/deploy.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@ jobs:
3333
- name: Run tests
3434
run: xcodebuild clean test
3535
-skipMacroValidation
36-
-sdk iphonesimulator
3736
-scheme ${{ env.SCHEME_NAME }}
3837
-destination 'platform=iOS Simulator,name=iPhone 15 Pro'
3938
- name: Bump version

.github/workflows/test.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,5 @@ jobs:
1515
- name: Run tests
1616
run: xcodebuild clean test
1717
-skipMacroValidation
18-
-sdk iphonesimulator
1918
-scheme ${{ env.SCHEME_NAME }}
2019
-destination 'platform=iOS Simulator,name=iPhone 15 Pro'

0 commit comments

Comments
 (0)