Change logic to find matchers.json file

pull/228/head
Ivan Zosimov (Akvelon INC) 3 years ago
parent b05c2a57a4
commit b2ef77dbb7

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

Loading…
Cancel
Save