mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-30 01:04:59 +00:00
ci: add analytics env vars to GitHub Actions workflows
This commit is contained in:
parent
efdeb13bf5
commit
14902f5b9a
2 changed files with 6 additions and 0 deletions
3
.github/workflows/ubuntu-tests.yml
vendored
3
.github/workflows/ubuntu-tests.yml
vendored
|
@ -38,5 +38,8 @@ jobs:
|
|||
pip install .
|
||||
|
||||
- name: Run tests
|
||||
env:
|
||||
AIDER_ANALYTICS: false
|
||||
AIDER_ANALYTICS_LOG: /dev/null
|
||||
run: |
|
||||
pytest
|
||||
|
|
3
.github/workflows/windows-tests.yml
vendored
3
.github/workflows/windows-tests.yml
vendored
|
@ -38,6 +38,9 @@ jobs:
|
|||
pip install .
|
||||
|
||||
- name: Run tests
|
||||
env:
|
||||
AIDER_ANALYTICS: false
|
||||
AIDER_ANALYTICS_LOG: NUL
|
||||
run: |
|
||||
pytest
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue