Drop job-status logic.
It requires a dummy entry in the `action.yml` which was missing. Drop the entire logic because it's not needed at this point.
This commit is contained in:
@@ -44,8 +44,6 @@ describe('cleanup', () => {
|
||||
spyInfo = jest.spyOn(core, 'info')
|
||||
spyInfo.mockImplementation(() => null)
|
||||
spyCacheSave = jest.spyOn(cache, 'saveCache')
|
||||
spyJobStatusSuccess = jest.spyOn(util, 'isJobStatusSuccess')
|
||||
spyJobStatusSuccess.mockReturnValue(true)
|
||||
createStateForSuccessfulRestore()
|
||||
})
|
||||
afterEach(() => {
|
||||
|
||||
Reference in New Issue
Block a user