From e353795aa73a66627c8a4a229ab2b3f97a427c06 Mon Sep 17 00:00:00 2001 From: campersau Date: Wed, 2 Nov 2022 21:08:39 +0100 Subject: [PATCH] CI: git allow file protocol which is used in submodule tests (#1540) --- .github/workflows/ci.yml | 1 + appveyor.yml | 1 + 2 files changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3d7fd1d3c..acb2a97af 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -48,6 +48,7 @@ jobs: - run: git --version - run: git config --global user.email "test@testy.com" - run: git config --global user.name "Test testy" + - run: git config --global protocol.file.allow always # tests use file based submodules see #1539 - run: npm ci - run: npm run lint diff --git a/appveyor.yml b/appveyor.yml index d3aae70f5..19e0d644d 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -28,6 +28,7 @@ build_script: before_test: - git config --global user.email "test@testy.com" - git config --global user.name "Test testy" + - git config --global protocol.file.allow always # tests use file based submodules see #1539 - git --version test_script: