mirror of
https://github.com/Aider-AI/aider
synced 2026-04-25 17:15:07 +02:00
ci: add analytics env vars to GitHub Actions workflows
This commit is contained in:
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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user