From 54ac450f928353d9655963ab4062edfe542404b8 Mon Sep 17 00:00:00 2001 From: Michael Teeuw Date: Sun, 20 Dec 2020 20:00:54 +0100 Subject: [PATCH] Update and rename node.js.yml to node-ci.js.yml --- .github/workflows/{node.js.yml => node-ci.js.yml} | 1 + 1 file changed, 1 insertion(+) rename .github/workflows/{node.js.yml => node-ci.js.yml} (97%) diff --git a/.github/workflows/node.js.yml b/.github/workflows/node-ci.js.yml similarity index 97% rename from .github/workflows/node.js.yml rename to .github/workflows/node-ci.js.yml index f462f309..3fdae25e 100644 --- a/.github/workflows/node.js.yml +++ b/.github/workflows/node-ci.js.yml @@ -24,6 +24,7 @@ jobs: uses: actions/setup-node@v1 with: node-version: ${{ matrix.node-version }} + - run: npm install - run: npm run test:prettier - run: npm run test:js - run: npm run test:css