Skip to content

Commit cfc46a4

Browse files
committed
fix: run all tests in one subitem
1 parent fbabe18 commit cfc46a4

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/deploy.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,6 @@ jobs:
2727
poetry check --no-interaction
2828
poetry config virtualenvs.in-project true
2929
poetry install --no-interaction
30-
- name: Run tests
31-
run: |
3230
poetry run pytest -v
3331
- name: Build package
3432
run: |

0 commit comments

Comments
 (0)