We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 68f07b2 commit 8ac76e5Copy full SHA for 8ac76e5
.github/workflows/tests.yaml
@@ -12,7 +12,7 @@ env:
12
POSTGRES_USER: postgres-test-user
13
POSTGRES_DB: postgres-test-db
14
REDIS_HOST: redis://redis:6379
15
- TOGGLE_VOICE: True
+ ENABLE_VOICE_SEARCH: True
16
17
jobs:
18
container-job:
@@ -57,7 +57,7 @@ jobs:
57
env:
58
PROMETHEUS_MULTIPROC_DIR: /tmp
59
REDIS_HOST: ${{ env.REDIS_HOST }}
60
- TOGGLE_VOICE: ${{ env.TOGGLE_VOICE }}
+ ENABLE_VOICE_SEARCH: ${{ env.ENABLE_VOICE_SEARCH }}
61
run: |
62
cd core_backend
63
export POSTGRES_HOST=postgres POSTGRES_USER=$POSTGRES_USER \
0 commit comments