mirror of
https://github.com/actions/setup-python.git
synced 2025-07-02 07:33:47 +00:00
resolving comments
This commit is contained in:
parent
07c09af2d5
commit
1918fc78fb
7 changed files with 42 additions and 36 deletions
|
@ -26,7 +26,7 @@ describe('restore-cache', () => {
|
|||
|
||||
beforeEach(() => {
|
||||
process.env['RUNNER_OS'] = process.env['RUNNER_OS'] ?? 'linux';
|
||||
// process.env['GITHUB_WORKSPACE'] = path.join(__dirname, 'data');
|
||||
|
||||
infoSpy = jest.spyOn(core, 'info');
|
||||
infoSpy.mockImplementation(input => undefined);
|
||||
|
||||
|
|
|
@ -31,7 +31,7 @@ describe('run', () => {
|
|||
|
||||
beforeEach(() => {
|
||||
process.env['RUNNER_OS'] = process.env['RUNNER_OS'] ?? 'linux';
|
||||
// process.env['GITHUB_WORKSPACE'] = path.join(__dirname, 'data');
|
||||
|
||||
infoSpy = jest.spyOn(core, 'info');
|
||||
infoSpy.mockImplementation(input => undefined);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue