Update ci.yml

This commit is contained in:
Patrick Marsceill
2020-04-24 00:22:28 -04:00
committed by GitHub
parent 3cd3fc8fe0
commit 73e658c34e

View File

@@ -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