Fix permission issues in appveyor for unit tests.
Some checks failed
continuous-integration/appveyor/branch AppVeyor build failed
Some checks failed
continuous-integration/appveyor/branch AppVeyor build failed
This commit is contained in:
parent
a945e7e9b9
commit
2ce531c0e8
1 changed files with 1 additions and 0 deletions
|
@ -25,6 +25,7 @@ environment:
|
|||
|
||||
test_script:
|
||||
- sh: |
|
||||
chmod -R 777 /appveyor/projects
|
||||
npm install
|
||||
npm run test
|
||||
if [ $? -ne 0 ]; then
|
||||
|
|
Loading…
Reference in a new issue