mirror of
https://github.com/actions/checkout.git
synced 2025-10-23 08:51:12 +08:00
Check git version before attempting to disable sparse-checkout (#1656)
Some checks failed
Check dist / check-dist (push) Successful in 7m19s
Licensed / Check licenses (push) Failing after 1m31s
Build and Test / build (push) Failing after 7s
Build and Test / test (ubuntu-latest) (push) Failing after 22s
Build and Test / test-proxy (push) Failing after 1m47s
Build and Test / test-bypass-proxy (push) Failing after 59s
Build and Test / test-git-container (push) Failing after 1m40s
Build and Test / test (macos-latest) (push) Has been cancelled
Build and Test / test (windows-latest) (push) Has been cancelled
CodeQL / Analyze (javascript) (push) Failing after 2m30s
Some checks failed
Check dist / check-dist (push) Successful in 7m19s
Licensed / Check licenses (push) Failing after 1m31s
Build and Test / build (push) Failing after 7s
Build and Test / test (ubuntu-latest) (push) Failing after 22s
Build and Test / test-proxy (push) Failing after 1m47s
Build and Test / test-bypass-proxy (push) Failing after 59s
Build and Test / test-git-container (push) Failing after 1m40s
Build and Test / test (macos-latest) (push) Has been cancelled
Build and Test / test (windows-latest) (push) Has been cancelled
CodeQL / Analyze (javascript) (push) Failing after 2m30s
* Check git version before attempting to disable `sparse-checkout` * Bump `MinimumGitSparseCheckoutVersion` to 2.28 due to #1386 * Initial prep for release 4.1.3
This commit is contained in:
committed by
GitHub
parent
8410ad0602
commit
cd7d8d697e
@@ -796,7 +796,8 @@ async function setup(testName: string): Promise<void> {
|
||||
),
|
||||
tryDisableAutomaticGarbageCollection: jest.fn(),
|
||||
tryGetFetchUrl: jest.fn(),
|
||||
tryReset: jest.fn()
|
||||
tryReset: jest.fn(),
|
||||
version: jest.fn()
|
||||
}
|
||||
|
||||
settings = {
|
||||
|
||||
Reference in New Issue
Block a user