Fix permission issues in appveyor for unit tests.
continuous-integration/appveyor/branch AppVeyor build failed Details

master
Jonatan Nilsson 2022-03-10 13:27:59 +00:00
parent a945e7e9b9
commit 2ce531c0e8
1 changed files with 1 additions and 0 deletions

View File

@ -25,6 +25,7 @@ environment:
test_script:
- sh: |
chmod -R 777 /appveyor/projects
npm install
npm run test
if [ $? -ne 0 ]; then