From 1be6d2ef146558bba90ff8266bf4aa02835c05b5 Mon Sep 17 00:00:00 2001 From: jortfal Date: Sun, 18 Apr 2021 09:23:49 +0000 Subject: [PATCH] ci(test): improve workflow --- .github/workflows/test.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 91482e9..3641daf 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -31,5 +31,7 @@ jobs: node-version: ${{ matrix.node-version }} - name: Ensure dependencies are compatible with the version of node run: echo 'engine-strict=true' >> .npmrc - - uses: bahmutov/npm-install@v1 - - run: npm run test + - name: Setup NPM + uses: bahmutov/npm-install@v1 + - name: Run tests + run: npm run test