Skip to content

Commit bed207b

Browse files
gpongelliLee-W
authored andcommitted
debug for macos github actions, to be reverted
1 parent 12987f4 commit bed207b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

tests/conftest.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,10 @@ def tmp_commitizen_project_with_gpg(tmp_commitizen_project):
5151
cmd.run("git config --global commit.gpgsign true")
5252
cmd.run(f"git config --global user.signingkey {_key_id}")
5353

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+
5458
yield tmp_commitizen_project
5559

5660

0 commit comments

Comments
 (0)