build typescript

This commit is contained in:
Esben Sparre Andreasen 2020-08-25 11:15:40 +02:00
parent 45b9e967ef
commit eecc25f914
6 changed files with 12 additions and 7 deletions

View file

@ -276,7 +276,7 @@ ava_1.default("API client used when reading remote config", async (t) => {
};
const spyGetContents = mockGetContents(dummyResponse);
// Create checkout directory for remote queries repository
fs.mkdirSync(path.join(tmpDir, 'foo/bar'), { recursive: true });
fs.mkdirSync(path.join(tmpDir, 'foo/bar/dev'), { recursive: true });
setInput('config-file', 'octo-org/codeql-config/config.yaml@main');
setInput('languages', 'javascript');
await configUtils.initConfig(tmpDir, tmpDir, codeQL);