Skip to content

Commit

Permalink
test: more git test fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
dbushong committed Sep 29, 2023
1 parent 5b09c1b commit c058bdd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/test-common.js
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,8 @@ async function setupLocalDir2(ghDir) {
);
const git = simpleGit(dir).silent(true);
await git.clone(ghDir, dir);
await git.addConfig('user.name', 'Tester');
await git.addConfig('user.email', 'test@example.com');
return [dir, git];
}

Expand Down

0 comments on commit c058bdd

Please sign in to comment.