iOS-2725: Add Privacy Manifest in Kronos #3
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Bazel Build | |
on: | |
pull_request: | |
push: | |
branches: main | |
env: | |
DEVELOPER_DIR: /Applications/Xcode_14.3.1.app/Contents/Developer | |
jobs: | |
macos: | |
name: Bazel | |
runs-on: macos-13 | |
steps: | |
- uses: actions/checkout@v1 | |
- name: Test iOS | |
run: bazelisk test //Tests:KronosTestsiOS --test_output=errors | |
- name: Test MacOS | |
run: bazelisk test //Tests:KronosTestsMacOS --test_output=errors |