From f9a3708f8a699694a428791eae8a581d541b61b7 Mon Sep 17 00:00:00 2001 From: Andrew Casey Date: Mon, 10 Aug 2020 17:54:47 -0700 Subject: [PATCH] Update GH action --- .github/workflows/ci.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 69f2bf06f8b..21b13ba0371 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -32,6 +32,5 @@ jobs: npm uninstall tslint --no-save - name: npm install and test run: | - npm install - npm update + npm ci npm test