Skip to content

Commit

Permalink
chore: do not sign commits in tests (#311)
Browse files Browse the repository at this point in the history
  • Loading branch information
nlf committed May 3, 2023
1 parent dc7c5d1 commit 25ee5b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/setup.js
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ const setupGit = async (...args) => {

const gca = async () => {
await git('add -A .')
await git('commit -m "init"')
await git('commit --no-gpg-sign -m "init"')
}

await git('init')
Expand Down

0 comments on commit 25ee5b6

Please sign in to comment.