File tree Expand file tree Collapse file tree 1 file changed +5
-6
lines changed Expand file tree Collapse file tree 1 file changed +5
-6
lines changed Original file line number Diff line number Diff line change 44
44
if : matrix.platform == 'macOS'
45
45
run : echo "EXTRA_XCODEBUILD=${{ env.APPLE_AUTH_PARAMS }}" >> $GITHUB_ENV
46
46
47
+ - name : Remove in-app-payments capability for unit tests on macOS
48
+ if : matrix.platform == 'macOS'
49
+ run : |
50
+ sed -i '' '/in-app-payments/d' project.yml
51
+
47
52
- name : Build
48
53
uses : ./.github/actions/xcbuild
49
54
with :
58
63
if : matrix.platform == 'iOS'
59
64
run : xcodebuild test -scheme Kiwix -destination 'platform=iOS Simulator,name=iPhone 15 Plus'
60
65
61
- - name : Remove in-app-payments capability for unit tests on macOS
62
- if : matrix.platform == 'macOS'
63
- run : |
64
- sed -i '' '/in-app-payments/d' project.yml
65
- xcodegen
66
-
67
66
- name : Run Unit Tests on macOS
68
67
if : matrix.platform == 'macOS'
69
68
run : xcodebuild test -scheme Kiwix -destination 'platform=macOS' CODE_SIGNING_ALLOWED=NO
You can’t perform that action at this time.
0 commit comments