diff --git a/.github/workflows/pr-checks.yaml b/.github/workflows/pr-checks.yaml index 492b85b..4f2d6ee 100644 --- a/.github/workflows/pr-checks.yaml +++ b/.github/workflows/pr-checks.yaml @@ -40,6 +40,8 @@ jobs: run: uv run pytest -m unit -v - name: Run integration tests + env: + USE_MOCK_SBCTL: "true" run: uv run pytest -m integration -v - name: Run linting