From ebba65005003faf0884a7ae0c8ef0f040dd75512 Mon Sep 17 00:00:00 2001 From: Shailesh Kumar Date: Thu, 2 Sep 2021 16:04:24 +0530 Subject: [PATCH] Update tests.yml --- .github/workflows/tests.yml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index a49918f..51e990b 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -5,11 +5,11 @@ jobs: test: runs-on: ubuntu-latest steps: - -uses: actions/checkout@v2 - -uses: action/setup-node@v2 - with: - nod-version: 14 - -name: install deps - run: npm ci - -name: run tests - run: npm test + - uses: actions/checkout@v2 + - uses: action/setup-node@v2 + with: + nod-version: 14 + - name: install deps + run: npm ci + - name: run tests + run: npm test