mirror of
https://github.com/KevinMidboe/vue-js-modal.git
synced 2025-10-29 09:50:22 +00:00
CircleCI: added sudo for karma install
This commit is contained in:
@@ -24,7 +24,7 @@ jobs:
|
||||
|
||||
- run:
|
||||
name: 'globals'
|
||||
command: npm install karma -g
|
||||
command: sudo npm install karma -g
|
||||
|
||||
- save_cache:
|
||||
paths:
|
||||
@@ -36,7 +36,7 @@ jobs:
|
||||
|
||||
steps:
|
||||
- checkout
|
||||
|
||||
|
||||
- run:
|
||||
name: test
|
||||
command: npm run unit
|
||||
|
||||
Reference in New Issue
Block a user