Fix tests

This commit is contained in:
Daniel G. Taylor
2019-10-27 15:21:20 -07:00
parent fcc273e294
commit 7900c7c9db

View File

@@ -18,7 +18,7 @@ jobs:
pipenv install --dev pipenv install --dev
- name: Run tests - name: Run tests
run: | run: |
export PYTHONPATH=. cp .env.default .env
pipenv run generate pipenv run generate
pipenv run test pipenv run test
- name: Build package - name: Build package