From d7eb41aa415ee21984e2fcfbd39006dfd552abe2 Mon Sep 17 00:00:00 2001 From: jinalviranii Date: Mon, 9 Sep 2024 12:19:30 +0530 Subject: [PATCH] Debug windows test fail --- .github/workflows/call_test_cases.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/workflows/call_test_cases.yml b/.github/workflows/call_test_cases.yml index 09e2aa60..64a22b82 100644 --- a/.github/workflows/call_test_cases.yml +++ b/.github/workflows/call_test_cases.yml @@ -9,11 +9,9 @@ jobs: strategy: matrix: os: [ - ubuntu-latest, - windows-latest, - macos-latest, + windows-latest ] - node-version: [16.x, 18.x, 20.x] + node-version: [16.x] steps: - name: Get branch name