diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 647b9e18869..ef002b345a2 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -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