mirror of
https://code.forgejo.org/actions/checkout.git
synced 2025-04-21 17:12:03 +03:00
Check git version before attempting to disable sparse-checkout
`
This commit is contained in:
parent
8410ad0602
commit
5fd05b69b4
6 changed files with 76 additions and 27 deletions
|
@ -796,7 +796,8 @@ async function setup(testName: string): Promise<void> {
|
|||
),
|
||||
tryDisableAutomaticGarbageCollection: jest.fn(),
|
||||
tryGetFetchUrl: jest.fn(),
|
||||
tryReset: jest.fn()
|
||||
tryReset: jest.fn(),
|
||||
version: jest.fn()
|
||||
}
|
||||
|
||||
settings = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue