Change path to matchers.json

pull/228/head
Ivan Zosimov (Akvelon INC) 3 years ago
parent 174207d077
commit a79b7c7694

@ -52,7 +52,7 @@ export async function run() {
} }
// add problem matchers // add problem matchers
const matchersPath = path.join(__dirname, '..', 'matchers.json'); const matchersPath = path.join(__dirname, '../..', 'matchers.json');
core.info(`##[add-matcher]${matchersPath}`); core.info(`##[add-matcher]${matchersPath}`);
// output the version actually being used // output the version actually being used

Loading…
Cancel
Save