Skip to content

Commit

Permalink
cicd: added missing debug env var
Browse files Browse the repository at this point in the history
  • Loading branch information
andreyrcdias committed Oct 25, 2022
1 parent 87aa614 commit 32b0606
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/test.yml
Expand Up @@ -69,9 +69,13 @@ jobs:
alembic -x data=true -x test=true upgrade head
- name: Unit Tests
env:
DEBUG: true
run: |
pytest tests/unit --color=yes --showlocals -v
- name: Integration Tests
env:
DEBUG: true
run: |
pytest tests/integration --color=yes --showlocals -v

0 comments on commit 32b0606

Please sign in to comment.