Add authentication to tests

This commit is contained in:
Balazs Perlaki-Horvath 2024-12-08 11:30:36 +01:00 committed by BPH
parent 24dd8ef718
commit b0e666a4b9

View File

@ -60,7 +60,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' ${EXTRA_XCODEBUILD}
- name: Upload code coverage
uses: codecov/codecov-action@v4.2.0