Skip to content
This repository was archived by the owner on Feb 9, 2021. It is now read-only.

Commit c4c5cec

Browse files
committed
Fix tests on hosted runners
1 parent ab08eab commit c4c5cec

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

__tests__/find-ruby.test.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,9 @@ describe('find-ruby', () => {
1111
let tcSpy: jest.SpyInstance;
1212
let cnSpy: jest.SpyInstance;
1313

14-
beforeAll(async () => {});
14+
beforeAll(async () => {
15+
process.env['GITHUB_PATH'] = '';
16+
});
1517

1618
beforeEach(() => {
1719
tcSpy = jest.spyOn(tc, 'find');

0 commit comments

Comments
 (0)