mirror of
https://github.com/kiwix/kiwix-apple.git
synced 2025-09-27 13:59:04 -04:00
Add Unit Test step
This commit is contained in:
parent
08cd8d743b
commit
a358a4fa88
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
@ -50,3 +50,7 @@ jobs:
|
||||
APPLE_DEVELOPMENT_SIGNING_CERTIFICATE: ${{ secrets.APPLE_DEVELOPMENT_SIGNING_CERTIFICATE }}
|
||||
APPLE_DEVELOPMENT_SIGNING_P12_PASSWORD: ${{ secrets.APPLE_DEVELOPMENT_SIGNING_P12_PASSWORD }}
|
||||
EXTRA_XCODEBUILD: ${{ env.EXTRA_XCODEBUILD }}
|
||||
|
||||
- name: Run Unit Tests
|
||||
if: matrix.platform == 'macOS'
|
||||
run: xcodebuild test -scheme Kiwix -destination=macOS
|
||||
|
Loading…
x
Reference in New Issue
Block a user