Daniel G. Taylor 487bdf9f16
Update CI build
2019-10-20 23:32:09 -07:00

21 lines
360 B
YAML

name: CI
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Install dependencies
run: |
sudo apt install protobuf-compiler
pip3 install pipenv
pipenv install --dev
- name: Run tests
run: |
pipenv run generate
pipenv run test