Skip to content

Commit 2151184

Browse files
committed
test: disable gpg signature in tests
1 parent f816895 commit 2151184

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

__tests__/main.test.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,8 @@ describe('code-pushup action', () => {
114114
await git.init()
115115
await git.addConfig('user.name', 'John Doe')
116116
await git.addConfig('user.email', '[email protected]')
117+
await git.addConfig('commit.gpgSign', 'false')
118+
await git.addConfig('tag.gpgSign', 'false')
117119
await git.branch(['-M', 'main'])
118120

119121
await git.add('index.js')

0 commit comments

Comments
 (0)