Skip to content

Commit 4b763d3

Browse files
committed
infra: fixed tests workflow
1 parent 27c10aa commit 4b763d3

1 file changed

Lines changed: 4 additions & 5 deletions

File tree

.github/workflows/test.yml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -68,11 +68,10 @@ jobs:
6868
alembic revision --autogenerate
6969
alembic -x data=true -x test=true upgrade head
7070
71-
- name: Test Context
71+
- name: Unit Tests
7272
run: |
73-
pytest tests/context/unit --color=yes --showlocals -v
74-
pytest tests/context/integration --color=yes --showlocals -v
73+
pytest tests/unit --color=yes --showlocals -v
7574
76-
- name: Test Utils
75+
- name: Integration Tests
7776
run: |
78-
pytest tests/utils/unit --color=yes --showlocals -v
77+
pytest tests/integration --color=yes --showlocals -v

0 commit comments

Comments
 (0)