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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

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