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:
Fabio Niephaus
2022-08-31 11:24:48 +02:00
parent c641a461ac
commit 3b96e2ea68
7 changed files with 6 additions and 3162 deletions

View File

@@ -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(() => {