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