Fix another typo

This commit is contained in:
Viktor Szépe 2021-11-02 04:48:13 +01:00 committed by GitHub
parent 597f8cac74
commit 103d550347
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 2 deletions

View File

@ -48,7 +48,7 @@ jobs:
- uses: actions/cache@v1
with:
path: ~/.cache/poetry
key: ${{ runner.os }}-poetry-${{ hashFiles('**/peotry.lock') }}
key: ${{ runner.os }}-poetry-${{ hashFiles('**/poetry.lock') }}
restore-keys: |
${{ runner.os }}-poetry-
@ -63,7 +63,6 @@ jobs:
poetry run black --check .
flake8
- name: Test with pytest
run: |
pytest --cov=. --cov-report=term:skip-covered --cov-report=html:htmlcov --cov-fail-under=60