Skip to content

Commit

Permalink
Add missing env vars and run using venv python
Browse files Browse the repository at this point in the history
  • Loading branch information
leplatrem committed Dec 4, 2024
1 parent a20316a commit 52d3051
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,13 @@ jobs:
- name: Run tests
run: bin/test.sh
- name: Run retry
run: DL_QUEUE_CONSTANT_RETRY=false poetry run python -m jbi.retry.py
env:
JIRA_API_KEY: key
JIRA_USERNAME: foo@bar
BUGZILLA_API_KEY: key
DL_QUEUE_CONSTANT_RETRY: false
DL_QUEUE_DSN: "file:///tmp/dlqueue"
run: .venv/bin/python -m jbi.retry.py
review-dependabot-pr:
permissions:
contents: write
Expand Down

0 comments on commit 52d3051

Please # to comment.