Fix test run
This commit is contained in:
parent
06f033dc01
commit
6834d939a2
1 changed files with 1 additions and 1 deletions
2
.github/workflows/publish.yaml
vendored
2
.github/workflows/publish.yaml
vendored
|
@ -23,7 +23,7 @@ jobs:
|
|||
- name: Install dependencies
|
||||
run: poetry install
|
||||
- name: Test
|
||||
run: pytest --cov=. --cov-branch --cov-report term-missing:skip-covered
|
||||
run: poetry run pytest --cov=. --cov-branch --cov-report term-missing:skip-covered
|
||||
working-directory: ./src/
|
||||
push_to_registry:
|
||||
name: Push Docker image to Docker Hub
|
||||
|
|
Reference in a new issue