Running ./gradlew test requires unlocking GPG keys, this makes running tests annoying.
Steps to reproduce
- Create a a GPG key with a password
- Setup git to sign commits with that GPG key.
- Run
./gradlew test
Observe:
- A prompt to unlock the GPG key.
OpenTestReportGeneratingListenerTests.includesGitInfoWhenEnabled failing if the prompt is rejected
Deliverables