mirror of
https://github.com/actions/checkout.git
synced 2025-05-25 02:26:12 +02:00
Add sparse checkout support
This commit is contained in:
parent
230611dbd0
commit
ad6eac3f6b
11 changed files with 128 additions and 0 deletions
|
@ -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(),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue