summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/e2e.yml4
1 files changed, 3 insertions, 1 deletions
diff --git a/.github/workflows/e2e.yml b/.github/workflows/e2e.yml
index f9f82422..a6f6ad5f 100644
--- a/.github/workflows/e2e.yml
+++ b/.github/workflows/e2e.yml
@@ -46,7 +46,9 @@ jobs:
- name: Run E2E tests
env:
GEMINI_API_KEY: ${{ secrets.GEMINI_API_KEY }}
- run: npm run test:integration:${{ matrix.sandbox }} -- --verbose --keep-output
+ VERBOSE: true
+ KEEP_OUTPUT: true
+ run: npm run test:integration:${{ matrix.sandbox }}
e2e-test-macos:
name: E2E Test - macOS