From 2ce531c0e82d486260da8068d27d916c27ce4cf5 Mon Sep 17 00:00:00 2001 From: Jonatan Nilsson Date: Thu, 10 Mar 2022 13:27:59 +0000 Subject: [PATCH] Fix permission issues in appveyor for unit tests. --- appveyor.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/appveyor.yml b/appveyor.yml index 5c99135..59f1f0b 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -25,6 +25,7 @@ environment: test_script: - sh: | + chmod -R 777 /appveyor/projects npm install npm run test if [ $? -ne 0 ]; then