mirror of
https://code.forgejo.org/actions/setup-node.git
synced 2024-11-05 19:45:48 +00:00
Format cache-save.test.ts
This commit is contained in:
parent
73ea510762
commit
bcb9f31327
1 changed files with 1 additions and 1 deletions
|
@ -294,7 +294,7 @@ describe('run', () => {
|
|||
);
|
||||
expect(setFailedSpy).not.toHaveBeenCalled();
|
||||
});
|
||||
|
||||
|
||||
it('save with -1 cacheId , should not fail workflow', async () => {
|
||||
inputs['cache'] = 'npm';
|
||||
getStateSpy.mockImplementation((name: string) => {
|
||||
|
|
Loading…
Reference in a new issue