From 73e658c34e06613d88215603d7557bfcdc42287c Mon Sep 17 00:00:00 2001 From: Patrick Marsceill Date: Fri, 24 Apr 2020 00:22:28 -0400 Subject: [PATCH] Update ci.yml --- .github/workflows/ci.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 639a43a..9f5d68d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -48,7 +48,6 @@ jobs: run: echo "##[set-output name=branch;]$(echo ${GITHUB_REF#refs/heads/})" id: extract_branch - - name: npm install, build, and test - run: npm install - run: npm test - run: npm run format