diff --git a/.github/workflows/python-tests.yml b/.github/workflows/python-tests.yml index 555352f..87d7a49 100644 --- a/.github/workflows/python-tests.yml +++ b/.github/workflows/python-tests.yml @@ -1,4 +1,4 @@ -name: Test +name: Python Tests on: [push, pull_request] @@ -15,7 +15,7 @@ jobs: python -m pip install --upgrade pip pip install -r requirements.txt -r requirements-dev.txt source .venv/bin/activate - - name: Run pre-commit + - name: Run tests run: | source .venv/bin/activate - pre-commit run --all-files \ No newline at end of file + pytest tests