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:
parent
36baa2673f
commit
dd0eddd556
|
|
@ -36,7 +36,7 @@ export async function detectChangedTestFiles(baseCommit: string, configDir: stri
|
|||
`Revision '${baseCommit}' is not available in the local repository.`,
|
||||
`On CI, this is likely caused by a shallow clone.`,
|
||||
`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'));
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue