Bump build number #252
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: [main] | |
jobs: | |
test: | |
runs-on: macOS-latest | |
steps: | |
- uses: actions/checkout@v2 | |
- name: Install brew dependencies | |
run: brew bundle | |
- name: Generate project | |
run: make generate_project | |
- name: Run unit, snapshot, and UI tests | |
run: make test |