[Bazel 6.3.2] Update CI to Bazel 6.3.2 #142
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: CI | |
on: | |
push: | |
branches: | |
- master | |
pull_request: | |
branches: | |
- master | |
jobs: | |
Lint: | |
name: Tests | |
runs-on: macOS-latest | |
steps: | |
- name: Checkout the Git repository | |
uses: actions/checkout@v1 | |
- name: Setup dependencies | |
run: sudo gem install cocoapods | |
- name: Run Tests | |
run: make ci |