From 04ebec1c50bcd383d6ce99a6213e1969b6a487c2 Mon Sep 17 00:00:00 2001 From: Mohammed Huzaif Date: Tue, 12 Oct 2021 13:06:23 +0530 Subject: [PATCH] Update unitTests.yml --- .github/workflows/unitTests.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/unitTests.yml b/.github/workflows/unitTests.yml index 492bcf0..6b39b0c 100644 --- a/.github/workflows/unitTests.yml +++ b/.github/workflows/unitTests.yml @@ -28,8 +28,8 @@ jobs: coverage: runs-on: ubuntu-latest strategy: - matrix: - node-version: [15.x] + matrix: + node-version: [15.x] steps: - uses: actions/checkout@v2 @@ -41,4 +41,4 @@ jobs: - run: npm install - run: npm test - name: Upload coverage to Codecov - uses: codecov/codecov-action@v1 \ No newline at end of file + uses: codecov/codecov-action@v1