@ -18,16 +18,18 @@ jobs:
python -m pip install --upgrade pip
pip install pipenv
pipenv sync --dev
- name: Run migrations
run: |
pipenv run wait_for_db
pipenv run migrate
working-directory: ./app
- name: Lint with flake8
pipenv run flake8
- name: Lint with isort
pipenv run isort
- name: Run tests