mirror of
https://code.forgejo.org/actions/checkout.git
synced 2025-05-16 13:49:54 +02:00
Take global core.sshCommand into consideration
This commit is contained in:
parent
ac59398561
commit
e978c3f43b
5 changed files with 103 additions and 11 deletions
|
@ -407,6 +407,7 @@ async function setup(testName: string): Promise<void> {
|
|||
checkoutDetach: jest.fn(),
|
||||
config: jest.fn(),
|
||||
configExists: jest.fn(),
|
||||
configGet: jest.fn(),
|
||||
fetch: jest.fn(),
|
||||
getDefaultBranch: jest.fn(),
|
||||
getWorkingDirectory: jest.fn(() => repositoryPath),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue