From 540148d2c03bb787550162c351968d5a56ec2ba4 Mon Sep 17 00:00:00 2001 From: Arslan Ahmad <47880584+de-ar@users.noreply.github.com> Date: Fri, 23 Apr 2021 22:18:47 +0500 Subject: [PATCH] Update tests.yml (#5140) `npm cit` is short for `npm ci` and `npm test` --- .github/workflows/tests.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 508f69a5e..2beeff8a5 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -16,5 +16,4 @@ jobs: uses: actions/setup-node@v1 with: node-version: ${{ matrix.node-version }} - - run: npm ci - - run: npm test + - run: npm cit