mirror of
https://github.com/HKUDS/nanobot.git
synced 2026-08-31 16:21:50 +03:00
test(tui): verify real terminal boundaries
This commit is contained in:
@@ -218,6 +218,11 @@ jobs:
|
||||
working-directory: tui
|
||||
run: bun run test
|
||||
|
||||
- name: Test TUI in a real pseudo-terminal
|
||||
if: runner.os != 'Windows'
|
||||
working-directory: tui
|
||||
run: python3 scripts/pty_smoke.py
|
||||
|
||||
- name: Build TUI
|
||||
working-directory: tui
|
||||
run: bun run build
|
||||
|
||||
Reference in New Issue
Block a user