-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Labels
Description
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.includesGitInfoWhenEnabledfailing if the prompt is rejected
Deliverables
- Don't create signed commits when testing