Skip to content
This repository has been archived by the owner on Apr 8, 2024. It is now read-only.

Commit

Permalink
Disable telemetry for GitHub actions of pytest and integration tests (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
chamini2 authored Mar 21, 2022
1 parent f8d38e4 commit fc732e6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/integration_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,4 +63,6 @@ jobs:
- name: Run dbt and fal
working-directory: integration_tests
env:
FAL_STATS_ENABLED: false
run: behave
2 changes: 2 additions & 0 deletions .github/workflows/pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,4 +56,6 @@ jobs:
poetry run dbt run --profiles-dir tests/mock/mockProfile/ --project-dir tests/mock
- name: Test
env:
FAL_STATS_ENABLED: false
run: poetry run pytest tests -s

0 comments on commit fc732e6

Please sign in to comment.