Re-enable github actions tests

This commit is contained in:
Frank Wiles
2023-02-10 10:12:16 -06:00
parent aec742c1ee
commit 27c9773a8f

View File

@@ -48,13 +48,12 @@ jobs:
python -m pip install -r requirements.txt
if: steps.cache.outputs.cache-hit != 'true'
# Re-enable once tests are fixed
# - name: Test with pytest
# env:
# DATABASE_URL: "postgres://postgres:postgres@localhost:${{ job.services.postgres.ports[5432] }}/postgres"
# SECRET_KEY: "for-testing-only"
# run: |
# python -m pytest
- name: Test with pytest
env:
DATABASE_URL: "postgres://postgres:postgres@localhost:${{ job.services.postgres.ports[5432] }}/postgres"
SECRET_KEY: "for-testing-only"
run: |
python -m pytest
- name: Lints with Black
run: |