mirror of
https://github.com/kiwix/kiwix-apple.git
synced 2025-09-24 04:03:03 -04:00
Update description, use only-testing for unit tests
This commit is contained in:
parent
d49d3efaf9
commit
416701985d
6
.github/workflows/ci.yml
vendored
6
.github/workflows/ci.yml
vendored
@ -56,9 +56,9 @@ jobs:
|
||||
|
||||
- name: Run Unit Tests on iOS
|
||||
if: matrix.platform == 'iOS'
|
||||
run: xcodebuild test -scheme Kiwix -destination 'platform=iOS Simulator,name=iPhone 15 Plus'
|
||||
run: xcodebuild test -scheme Kiwix -only-testing -destination 'platform=iOS Simulator,name=iPhone 15 Plus'
|
||||
|
||||
- name: Prepare running unit tests on macOS
|
||||
- name: Remove in-app-payments capability for unit tests on macOS
|
||||
if: matrix.platform == 'macOS'
|
||||
run: |
|
||||
sed -i '' '/in-app-payments/d' project.yml
|
||||
@ -66,7 +66,7 @@ jobs:
|
||||
|
||||
- name: Run Unit Tests on macOS
|
||||
if: matrix.platform == 'macOS'
|
||||
run: xcodebuild test -scheme Kiwix -destination 'platform=macOS'
|
||||
run: xcodebuild test -scheme Kiwix -only-testing -destination 'platform=macOS'
|
||||
|
||||
- name: Upload code coverage
|
||||
uses: codecov/codecov-action@v4.2.0
|
||||
|
Loading…
x
Reference in New Issue
Block a user