mirror of
https://github.com/kiwix/kiwix-apple.git
synced 2025-09-22 02:52:39 -04:00
Turn off code signing for macOS unit tests
This commit is contained in:
parent
73dd5a2a61
commit
723ccffaa3
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -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 -destination 'platform=macOS' CODE_SIGNING_ALLOWED=NO
|
||||
|
||||
- name: Upload code coverage
|
||||
uses: codecov/codecov-action@v4.2.0
|
||||
|
Loading…
x
Reference in New Issue
Block a user