mirror of
https://github.com/actions/setup-node.git
synced 2026-06-28 21:00:44 +00:00
Bump @actions/cache to 5.1.0, log cache write denied
This commit is contained in:
parent
f4a67bbeca
commit
4f8aac5beb
7 changed files with 557 additions and 469 deletions
|
|
@ -343,7 +343,9 @@ describe('run', () => {
|
|||
expect(getInputSpy).not.toHaveBeenCalled();
|
||||
expect(getStateSpy).toHaveBeenCalledTimes(4);
|
||||
expect(getCommandOutputSpy).toHaveBeenCalledTimes(0);
|
||||
expect(debugSpy).toHaveBeenCalledTimes(0);
|
||||
expect(debugSpy).toHaveBeenLastCalledWith(
|
||||
`Cache was not saved for the key: ${yarnFileHash}`
|
||||
);
|
||||
expect(infoSpy).not.toHaveBeenCalledWith(
|
||||
`Cache hit occurred on the primary key ${npmFileHash}, not saving cache.`
|
||||
);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue