mirror of
https://code.forgejo.org/actions/setup-node.git
synced 2025-05-19 21:04:45 +00:00
Update @actions/core to 1.10.0 (#587)
This commit is contained in:
parent
c81d8ad96d
commit
8c91899e58
6 changed files with 82 additions and 51 deletions
|
@ -46,6 +46,7 @@ describe('setup-node', () => {
|
|||
// @actions/core
|
||||
console.log('::stop-commands::stoptoken'); // Disable executing of runner commands when running tests in actions
|
||||
process.env['GITHUB_PATH'] = ''; // Stub out ENV file functionality so we can verify it writes to standard out
|
||||
process.env['GITHUB_OUTPUT'] = ''; // Stub out ENV file functionality so we can verify it writes to standard out
|
||||
inputs = {};
|
||||
inSpy = jest.spyOn(core, 'getInput');
|
||||
inSpy.mockImplementation(name => inputs[name]);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue