We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 12987f4 commit bed207bCopy full SHA for bed207b
tests/conftest.py
@@ -51,6 +51,10 @@ def tmp_commitizen_project_with_gpg(tmp_commitizen_project):
51
cmd.run("git config --global commit.gpgsign true")
52
cmd.run(f"git config --global user.signingkey {_key_id}")
53
54
+ # debug for mac github actions
55
+ _check_macos = cmd.run('echo "test" | gpg --clearsign')
56
+ print(f"MACOS CHECK:\n{_check_macos.out}\n{_check_macos.err}")
57
+
58
yield tmp_commitizen_project
59
60
0 commit comments