From f297e3023b3ab79f190a5787e7f102f2762145c3 Mon Sep 17 00:00:00 2001 From: Preston Date: Tue, 26 May 2020 22:49:10 -0400 Subject: [PATCH] Update node.js.yml --- .github/workflows/node.js.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/node.js.yml b/.github/workflows/node.js.yml index d68387e9..915dcca8 100644 --- a/.github/workflows/node.js.yml +++ b/.github/workflows/node.js.yml @@ -26,4 +26,3 @@ jobs: node-version: ${{ matrix.node-version }} - run: npm ci - run: npm run build --if-present - - run: npm test --if-present