Fix syntax issues in CI config
This commit is contained in:
parent
4e833e9264
commit
f792e40a0b
1 changed files with 1 additions and 2 deletions
|
@ -12,7 +12,6 @@ jobs:
|
|||
- run:
|
||||
name: Build Project
|
||||
command: npm run build
|
||||
|
||||
run:
|
||||
- run:
|
||||
name: Run tests
|
||||
command: npm test
|
||||
|
|
Reference in a new issue