mirror of
https://github.com/actions/checkout.git
synced 2025-12-16 23:39:23 +00:00
Add sparse checkout support
This commit is contained in:
@@ -420,6 +420,7 @@ async function setup(testName: string): Promise<void> {
|
||||
revParse: jest.fn(),
|
||||
setEnvironmentVariable: jest.fn(),
|
||||
shaExists: jest.fn(),
|
||||
sparseCheckout: jest.fn(),
|
||||
submoduleForeach: jest.fn(),
|
||||
submoduleSync: jest.fn(),
|
||||
submoduleUpdate: jest.fn(),
|
||||
|
||||
Reference in New Issue
Block a user