Skip to content

Commit

Permalink
CI: git allow file protocol which is used in submodule tests (#1540)
Browse files Browse the repository at this point in the history
  • Loading branch information
campersau authored Nov 2, 2022
1 parent 525195e commit e353795
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ jobs:
- run: git --version
- run: git config --global user.email "[email protected]"
- 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
Expand Down
1 change: 1 addition & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ build_script:
before_test:
- git config --global user.email "[email protected]"
- 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:
Expand Down

0 comments on commit e353795

Please sign in to comment.