Skip to content

Commit e0fedc4

Browse files
committed
fix(os): install homepage browser in release CI
1 parent f85c6c6 commit e0fedc4

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/elizaos-os-release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@ jobs:
6565
bun run --cwd packages/os-homepage lint:check
6666
bun run --cwd packages/os-homepage typecheck
6767
bun run --cwd packages/os-homepage build
68+
(cd packages/os-homepage && ../../node_modules/.bin/playwright install --with-deps chromium)
6869
bun run --cwd packages/os-homepage test:e2e
6970
7071
- name: Capture homepage contact sheet

0 commit comments

Comments
 (0)