actually run the tests

This commit is contained in:
jasquat 2022-05-09 15:07:40 -04:00
parent fda75c4ddd
commit f240cb00d5
1 changed files with 4 additions and 4 deletions

View File

@ -55,10 +55,10 @@ jobs:
python-version: '3.9'
architecture: 'x64'
- run: psql -h localhost -c 'create database crc_test;' -U postgres
# - run: pip install pipenv
# - run: pipenv install --dev
# - run: pipenv run coverage run -m pytest
# - run: pipenv run coverage xml -i
- run: pip install pipenv
- run: pipenv install --dev
- run: pipenv run coverage run -m pytest
- run: pipenv run coverage xml -i
build-and-push-image:
needs: