Skip to content

Commit

Permalink
handling expect in the integration test
Browse files Browse the repository at this point in the history
  • Loading branch information
HeeManSu committed Dec 4, 2024
1 parent a525652 commit a4ebb5e
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,12 @@ jobs:
run: |
npm start &
- name: Install Cygwin and Expect
run: |
choco install cygwin -y
choco install cyg-get -y
cyg-get expect
- name: Run Integration Tests
shell: bash
run: |
Expand Down

0 comments on commit a4ebb5e

Please sign in to comment.