mirror of
https://github.com/actions/setup-node.git
synced 2025-12-17 02:31:38 +08:00
fix warning for internal errors
This commit is contained in:
@@ -687,7 +687,7 @@ describe('setup-node', () => {
|
||||
await main.run();
|
||||
|
||||
expect(warningSpy).toHaveBeenCalledWith(
|
||||
'An internal error has occurred in cache backend. Please check https://www.githubstatus.com/ for any ongoing issue in actions.'
|
||||
'The runner was not able to contact the cache service. Caching will be skipped'
|
||||
);
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user