mirror of
https://github.com/sst/opencode.git
synced 2025-12-23 10:11:41 +00:00
fix: disable GPG signing in snapshot tests (#3102)
This commit is contained in:
parent
b91582d68a
commit
7ef246f98f
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue