diff --git a/__tests__/find-ruby.test.ts b/__tests__/find-ruby.test.ts index 2fa745d..1d59d6c 100644 --- a/__tests__/find-ruby.test.ts +++ b/__tests__/find-ruby.test.ts @@ -11,7 +11,9 @@ describe('find-ruby', () => { let tcSpy: jest.SpyInstance; let cnSpy: jest.SpyInstance; - beforeAll(async () => {}); + beforeAll(async () => { + process.env['GITHUB_PATH'] = ''; + }); beforeEach(() => { tcSpy = jest.spyOn(tc, 'find');