We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c9f2e1b commit 75e020fCopy full SHA for 75e020f
.github/workflows/deploy.yml
@@ -33,7 +33,6 @@ jobs:
33
- name: Run tests
34
run: xcodebuild clean test
35
-skipMacroValidation
36
- -sdk iphonesimulator
37
-scheme ${{ env.SCHEME_NAME }}
38
-destination 'platform=iOS Simulator,name=iPhone 15 Pro'
39
- name: Bump version
.github/workflows/test.yml
@@ -15,6 +15,5 @@ jobs:
15
16
17
18
19
20
0 commit comments