Upgrade rules_apple v3.1.1 and use ios_build_test #423
Workflow file for this run
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 | |
on: | |
push: | |
branches: [ main ] | |
pull_request: | |
branches: [ main ] | |
env: | |
DEVELOPER_DIR: /Applications/Xcode_14.3.app/Contents/Developer | |
jobs: | |
bazel: | |
name: Bazel | |
runs-on: macos-13 | |
steps: | |
- name: Checkout source | |
uses: actions/checkout@v3 | |
- name: Build | |
run: bazelisk build --noenable_bzlmod //:all |