resolving comments

This commit is contained in:
Dmitry Shibanov 2021-11-15 13:31:32 +03:00
parent 07c09af2d5
commit 1918fc78fb
7 changed files with 42 additions and 36 deletions

View file

@ -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);

View file

@ -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);