fix: disable GPG signing in snapshot tests (#3102)
parent
b91582d68a
commit
7ef246f98f
|
|
@ -14,7 +14,7 @@ async function bootstrap() {
|
|||
await Bun.write(`${dir}/a.txt`, aContent)
|
||||
await Bun.write(`${dir}/b.txt`, bContent)
|
||||
await $`git add .`.cwd(dir).quiet()
|
||||
await $`git commit -m init`.cwd(dir).quiet()
|
||||
await $`git commit --no-gpg-sign -m init`.cwd(dir).quiet()
|
||||
return {
|
||||
aContent,
|
||||
bContent,
|
||||
|
|
|
|||
Loading…
Reference in New Issue