Fix tests attempt 3

This commit is contained in:
Daniel G. Taylor 2019-10-27 15:29:04 -07:00
parent 7900c7c9db
commit b0b64fcbaf
No known key found for this signature in database
GPG Key ID: 7BD6DC99C9A87E22

View File

@ -19,6 +19,7 @@ jobs:
- name: Run tests
run: |
cp .env.default .env
pipenv run pip install -e .
pipenv run generate
pipenv run test
- name: Build package