mirror of
https://code.forgejo.org/actions/checkout.git
synced 2025-04-29 14:42:59 +02:00
Add support for sparse checkouts
This commit is contained in:
parent
f095bcc56b
commit
9f59c817cf
12 changed files with 188 additions and 13 deletions
|
@ -462,6 +462,7 @@ async function setup(testName: string): Promise<void> {
|
|||
branchList: jest.fn(async () => {
|
||||
return []
|
||||
}),
|
||||
sparseCheckout: jest.fn(),
|
||||
checkout: jest.fn(),
|
||||
checkoutDetach: jest.fn(),
|
||||
config: jest.fn(),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue