Skip to content

Commit bc75b94

Browse files
committed
fix test selection for github action
1 parent 9cc3d0f commit bc75b94

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,5 @@ jobs:
2121
pip install -r requirements.txt
2222
pip install -r requirements-dev.txt
2323
24-
- name: Run unit and integration tests
25-
run: pytest -m "unit or integration" --tb=short
24+
- name: Run tests
25+
run: pytest -m "not e2e" --tb=short

0 commit comments

Comments
 (0)