Fix tests on hosted runners

This commit is contained in:
Thomas Boop
2020-09-23 12:55:22 -04:00
parent ab08eab6e2
commit c4c5cecbea

View File

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