Skip to content

Commit 4f6aaf3

Browse files
committed
chore: setup git to allow 'file' transport in github test workflow
1 parent e43bdd8 commit 4f6aaf3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Diff for: .github/workflows/test.yml

+2
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@ jobs:
2121
ruby-version: ${{ matrix.ruby-version }}
2222
- name: Install dependencies
2323
run: bundle install
24+
- name: Setup git
25+
run: git config --global protocol.file.allow always
2426
- name: Run tests
2527
run: bundle exec rake test
2628
env:

0 commit comments

Comments
 (0)