fix tests and change to dirname

This commit is contained in:
Dmitry Shibanov 2022-02-24 11:29:47 +03:00
parent ac150f8555
commit 865dc0ce0e
4 changed files with 5045 additions and 5045 deletions

View file

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