Skip to content

Commit 4f0a0c9

Browse files
committed
fix(ci): set JAVACLAW_DIR for E2E test fixture
1 parent df33633 commit 4f0a0c9

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,8 @@ jobs:
121121
122122
- name: Run E2E tests
123123
working-directory: e2e
124+
env:
125+
JAVACLAW_DIR: /tmp/JavaClaw
124126
run: npx playwright test --reporter=github
125127

126128
- name: Upload test results

0 commit comments

Comments
 (0)