Skip to content

Commit 7ef246f

Browse files
authored
fix: disable GPG signing in snapshot tests (anomalyco#3102)
1 parent b91582d commit 7ef246f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/opencode/test/snapshot/snapshot.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ async function bootstrap() {
1414
await Bun.write(`${dir}/a.txt`, aContent)
1515
await Bun.write(`${dir}/b.txt`, bContent)
1616
await $`git add .`.cwd(dir).quiet()
17-
await $`git commit -m init`.cwd(dir).quiet()
17+
await $`git commit --no-gpg-sign -m init`.cwd(dir).quiet()
1818
return {
1919
aContent,
2020
bContent,

0 commit comments

Comments
 (0)