💚(CI) add missing environment variables

Backend tests failed due to missing newly introduced environment variables,
related to LiveKit configurations.
This commit is contained in:
antoine lebaud
2024-07-02 10:31:29 +02:00
parent f051938ace
commit 5a90ac0a49

View File

@@ -151,6 +151,8 @@ jobs:
AWS_S3_ENDPOINT_URL: http://localhost:9000 AWS_S3_ENDPOINT_URL: http://localhost:9000
AWS_S3_ACCESS_KEY_ID: impress AWS_S3_ACCESS_KEY_ID: impress
AWS_S3_SECRET_ACCESS_KEY: password AWS_S3_SECRET_ACCESS_KEY: password
LIVEKIT_API_SECRET: secret
LIVEKIT_API_KEY: devkey
steps: steps:
- name: Checkout repository - name: Checkout repository