From a4ebb5ec739ac4eca1598d20f95904ec738c615f Mon Sep 17 00:00:00 2001 From: Himanshu Sharma Date: Wed, 4 Dec 2024 21:14:36 +0530 Subject: [PATCH] handling expect in the integration test --- .github/workflows/ci.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9e3dcc8..30a631a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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: |