mirror of
https://github.com/actions/setup-node.git
synced 2025-12-16 18:21:48 +08:00
change internal error to warning
This commit is contained in:
@@ -686,8 +686,8 @@ describe('setup-node', () => {
|
||||
|
||||
await main.run();
|
||||
|
||||
expect(cnSpy).toHaveBeenCalledWith(
|
||||
`::error::An internal error has occurred in cache backend. Please check https://www.githubstatus.com/ for any ongoing issue in actions.${osm.EOL}`
|
||||
expect(warningSpy).toHaveBeenCalledWith(
|
||||
'An internal error has occurred in cache backend. Please check https://www.githubstatus.com/ for any ongoing issue in actions.'
|
||||
);
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user