diff --git a/.github/workflows/test_backend.yml b/.github/workflows/test_backend.yml index 3ce0d3d6..223752b3 100644 --- a/.github/workflows/test_backend.yml +++ b/.github/workflows/test_backend.yml @@ -32,8 +32,8 @@ jobs: poetry-version: "1.5.1" - run: poetry install - run: poetry run black --check test_observer tests migrations scripts - - run: poetry run ruff --explicit-package-bases test_observer tests migrations scripts - - run: poetry run mypy test_observer tests migrations scripts + - run: poetry run ruff test_observer tests migrations scripts + - run: poetry run mypy --explicit-package-bases test_observer tests migrations scripts - run: poetry run pytest env: TEST_DB_URL: postgresql+pg8000://postgres:password@localhost:5432/postgres