refactor: add env variables to test

This commit is contained in:
Catriel Müller
2026-02-10 22:12:54 -03:00
parent f8131c2e00
commit a9ac4a9fca
+7
View File
@@ -66,6 +66,13 @@ jobs:
run: bun --cwd packages/app test:e2e:local
env:
CI: true
# kilocode_change start
KILO_API_KEY: ${{ secrets.KILO_API_KEY }}
KILO_ORG_ID: ${{ secrets.KILO_ORG_ID }}
OPENCODE_DISABLE_SHARE: "true"
KILO_DISABLE_SHARE: "true"
KILO_DISABLE_SESSION_INGEST: "true"
# kilocode_change end
timeout-minutes: 30
- name: Upload Playwright artifacts