From f476d6eebd21b292c20b58f6cca32413b9ea5dde Mon Sep 17 00:00:00 2001 From: Philip Date: Fri, 3 Jun 2022 08:54:09 +0200 Subject: [PATCH] Update ci_push.yml --- .github/workflows/ci_push.yml | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/.github/workflows/ci_push.yml b/.github/workflows/ci_push.yml index 3ef3f6a..a0023ae 100644 --- a/.github/workflows/ci_push.yml +++ b/.github/workflows/ci_push.yml @@ -35,11 +35,9 @@ jobs: with: node-version: ${{ matrix.node-version }} # cache: 'npm' - - name: Lint & Test package - run: | - npm install - npm run lint - npm test + - run: npm install + - run: npm run lint + - run: npm test version: name: Bump version