Skip to content

Commit 52d3051

Browse files
committed
Add missing env vars and run using venv python
1 parent a20316a commit 52d3051

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,13 @@ jobs:
4141
- name: Run tests
4242
run: bin/test.sh
4343
- name: Run retry
44-
run: DL_QUEUE_CONSTANT_RETRY=false poetry run python -m jbi.retry.py
44+
env:
45+
JIRA_API_KEY: key
46+
JIRA_USERNAME: foo@bar
47+
BUGZILLA_API_KEY: key
48+
DL_QUEUE_CONSTANT_RETRY: false
49+
DL_QUEUE_DSN: "file:///tmp/dlqueue"
50+
run: .venv/bin/python -m jbi.retry.py
4551
review-dependabot-pr:
4652
permissions:
4753
contents: write

0 commit comments

Comments
 (0)