constmessage="Cache action is only supported on GHES version >= 3.5. If you are on version >=3.5 Please check with GHES admin if Actions cache service is enabled or not.";
constmessage=
"Cache action is only supported on GHES version >= 3.5. If you are on version >=3.5 Please check with GHES admin if Actions cache service is enabled or not.";
constinfoMock=jest.spyOn(core,"info");
try{
@ -254,13 +255,13 @@ test("isCacheFeatureAvailable for ac disabled on GHES", () => {
}finally{
deleteprocess.env["GITHUB_SERVER_URL"];
}
});
test("isCacheFeatureAvailable for ac disabled on dotcom",()=>{