You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/workflows/ios.yml
+2-14Lines changed: 2 additions & 14 deletions
Original file line number
Diff line number
Diff line change
@@ -14,7 +14,7 @@ jobs:
14
14
steps:
15
15
- name: Checkout
16
16
uses: actions/checkout@v2
17
-
- name: Build
17
+
- name: Build and Test
18
18
env:
19
19
scheme: ${{ 'SDKHostApp' }}
20
20
platform: ${{ 'iOS Simulator' }}
@@ -25,16 +25,4 @@ jobs:
25
25
if [ $scheme = default ]; then scheme=$(cat default); fi
26
26
if [ "`ls -A | grep -i \\.xcworkspace\$`" ]; then filetype_parameter="workspace" && file_to_build="`ls -A | grep -i \\.xcworkspace\$`"; else filetype_parameter="project" && file_to_build="`ls -A | grep -i \\.xcodeproj\$`"; fi
# xcrun xctrace returns via stderr, not the expected stdout (see https://developer.apple.com/forums/thread/663959)
37
-
if [ $scheme = default ]; then scheme=$(cat default); fi
38
-
if [ "`ls -A | grep -i \\.xcworkspace\$`" ]; then filetype_parameter="workspace" && file_to_build="`ls -A | grep -i \\.xcworkspace\$`"; else filetype_parameter="project" && file_to_build="`ls -A | grep -i \\.xcodeproj\$`"; fi
0 commit comments