From 2107fe68c3008da464bfe9accc3310cf9d278b02 Mon Sep 17 00:00:00 2001 From: Mohammed Huzaif Date: Tue, 12 Oct 2021 11:20:57 +0530 Subject: [PATCH] Update unitTests.yml --- .github/workflows/unitTests.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/unitTests.yml b/.github/workflows/unitTests.yml index af985ce..883655e 100644 --- a/.github/workflows/unitTests.yml +++ b/.github/workflows/unitTests.yml @@ -32,7 +32,7 @@ jobs: - name: Install Node uses: actions/setup-node@v2 with: - go-version: '1.17' + node-version: '14' - name: Checkout code uses: actions/checkout@v2 - name: Run unit tests with coverage @@ -41,6 +41,6 @@ jobs: uses: codecov/codecov-action@v2 with: file: coverage.txt - flags: unittests + flags: UnitTests verbose: true fail_ci_if_error: false