Skip to content

Commit 05535b3

Browse files
committed
manual integration tests - configure git identity
1 parent 28f0fd7 commit 05535b3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test/manual_integration_tests.rb

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -210,6 +210,8 @@ def checkout_pmd_branch(branch = 'master')
210210
system('git reset --hard')
211211
system("git checkout #{branch}")
212212
system("git reset --hard origin/#{branch}")
213+
system('git config user.email "[email protected]"')
214+
system('git config user.name "PMD CI (pmd-bot)"')
213215
end
214216
end
215217

0 commit comments

Comments
 (0)