Skip to content

Commit 021b49a

Browse files
committed
ci(workflows): remove unnecessary expect installation and unbuffer from CI
Remove the installation of the expect package and usage of unbuffer in the CI test job. These were likely added during debugging phases for handling interactive PTY sessions or test output buffering, but are no longer required. This simplifies the workflow and reduces CI setup time.
1 parent 0d9188f commit 021b49a

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -47,11 +47,8 @@ jobs:
4747
- name: Build
4848
run: bun run build:all:prod
4949

50-
- name: Install expect
51-
run: sudo apt-get update && sudo apt-get install -y expect
52-
5350
- name: Run tests
54-
run: unbuffer bun test
51+
run: bun test
5552

5653
dependency-review:
5754
runs-on: ubuntu-24.04

0 commit comments

Comments
 (0)