try setting it locally

This commit is contained in:
Simon Knott 2024-07-18 18:32:30 +02:00
parent 226e00b61c
commit f530806c93
No known key found for this signature in database
GPG key ID: 8CEDC00028084AEC

View file

@ -48,7 +48,7 @@ const test = baseTest.extend({
});
git(`init --initial-branch=main`);
if (process.platform === 'win32')
git(`config --global core.autocrlf true`);
git(`config --local core.autocrlf true`);
git(`config --local user.name "Robert Botman"`);
git(`config --local user.email "botty@mcbotface.com"`);
git(`add .`);