Skip to content

Commit 03d732c

Browse files
committed
test: enable git core.longpaths option
1 parent 91133fc commit 03d732c

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

tests/legacy-cli/e2e/utils/project.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ export async function prepareProjectForE2e(name: string) {
4141
await git('config', 'user.email', 'angular-core+e2e@google.com');
4242
await git('config', 'user.name', 'Angular CLI E2E');
4343
await git('config', 'commit.gpgSign', 'false');
44+
await git('config', 'core.longpaths', 'true');
4445

4546
if (argv['ng-snapshots'] || argv['ng-tag']) {
4647
await useSha();

0 commit comments

Comments
 (0)