We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 90db362 commit cfd82feCopy full SHA for cfd82fe
1 file changed
.github/workflows/ci.yml
@@ -31,4 +31,13 @@ jobs:
31
run: poetry run ruff format --check .
32
33
- name: Run Pytest
34
- run: poetry run pytest -m "not integration"
+ env:
35
+ DATABASE_URL: "postgresql+asyncpg://user:pass@localhost:5432/testdb"
36
+ REDIS_URL: "redis://localhost:6379/0"
37
+ SERPER_API_KEY: "dummy_serper_key"
38
+ OPENAI_API_KEY: "dummy_openai_key"
39
+ GEMINI_API_KEY: "dummy_gemini_key"
40
+ SLACK_BOT_TOKEN: "dummy_slack_token"
41
+ SLACK_CHANNEL_ID: "dummy_channel_id"
42
+ SCRAPE_QUERY: "Python Developer"
43
+ run: poetry run pytest
0 commit comments