test: Add fix for telemetry issue in gh actions

Set environment variable of ENV to dev for all jobs in workflows in GH actions
This commit is contained in:
Igor Ilic 2024-11-25 15:31:32 +01:00
parent 9193eca08b
commit 97dbede4c4
3 changed files with 3 additions and 0 deletions

View file

@ -13,6 +13,7 @@ concurrency:
env:
RUNTIME__LOG_LEVEL: ERROR
ENV: 'dev'
jobs:
get_docs_changes:

View file

@ -13,6 +13,7 @@ concurrency:
env:
RUNTIME__LOG_LEVEL: ERROR
ENV: 'dev'
jobs:
get_docs_changes:

View file

@ -13,6 +13,7 @@ concurrency:
env:
RUNTIME__LOG_LEVEL: ERROR
ENV: 'dev'
jobs:
get_docs_changes: