diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6f4c0b8..225f3c7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -94,6 +94,8 @@ jobs: poetry run pip install -e . - name: Run tests + env: + OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }} run: | source .venv/bin/activate poetry run pytest --cov=commitloom --cov-report=xml