Update packages/playwright/src/runner/vcs.ts

Co-authored-by: Max Schmitt <max@schmitt.mx>
Signed-off-by: Simon Knott <info@simonknott.de>
This commit is contained in:
Simon Knott 2024-08-16 10:20:19 +02:00 committed by GitHub
parent 36baa2673f
commit dd0eddd556
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -36,7 +36,7 @@ export async function detectChangedTestFiles(baseCommit: string, configDir: stri
`Revision '${baseCommit}' is not available in the local repository.`, `Revision '${baseCommit}' is not available in the local repository.`,
`On CI, this is likely caused by a shallow clone.`, `On CI, this is likely caused by a shallow clone.`,
`To fix, clone the full repository history:`, `To fix, clone the full repository history:`,
' https://github.com/actions/checkout#fetch-all-history-for-all-tags-and-branches' 'e.g. for GitHub Actions: https://github.com/actions/checkout#fetch-all-history-for-all-tags-and-branches'
].join('\n')); ].join('\n'));
} }
} }