This commit is contained in:
Kirill Chernyshov 2019-10-07 14:15:20 +02:00
parent 041e3cbbaf
commit 1a7f8a05f7
No known key found for this signature in database
GPG Key ID: 425B3AB78FBCFBDB

View File

@ -48,12 +48,6 @@ describe('leiningen tests', () => {
expect(fs.existsSync(`${clojureDir}.complete`)).toBe(true);
expect(fs.existsSync(path.join(clojureDir, 'bin', 'lein'))).toBe(true);
const leinPath: string = await io.which('lein', true)
core.debug(`Leiningen path: ${leinPath}`);
await exec.exec('echo $LEIN_HOME');
await exec.exec('lein');
}, 100000);
it('Uses version of leiningen installed in cache', async () => {