mirror of
https://code.forgejo.org/actions/checkout.git
synced 2025-04-21 17:12:03 +03:00
Merge remote-tracking branch 'actions/master' into gist
This commit is contained in:
commit
faa15014f4
7 changed files with 131 additions and 29 deletions
|
@ -714,6 +714,7 @@ async function setup(testName: string): Promise<void> {
|
|||
),
|
||||
env: {},
|
||||
fetch: jest.fn(),
|
||||
getDefaultBranch: jest.fn(),
|
||||
getWorkingDirectory: jest.fn(() => workspace),
|
||||
init: jest.fn(),
|
||||
isDetached: jest.fn(),
|
||||
|
|
|
@ -408,6 +408,7 @@ async function setup(testName: string): Promise<void> {
|
|||
config: jest.fn(),
|
||||
configExists: jest.fn(),
|
||||
fetch: jest.fn(),
|
||||
getDefaultBranch: jest.fn(),
|
||||
getWorkingDirectory: jest.fn(() => repositoryPath),
|
||||
init: jest.fn(),
|
||||
isDetached: jest.fn(),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue