Add tests that fail without this change and pass with it

This commit is contained in:
Leigh McCulloch 2020-12-04 09:34:42 -08:00
parent 7267bd9425
commit 82e49b01e9
No known key found for this signature in database
GPG key ID: 02EA740790312BC4
3 changed files with 61 additions and 0 deletions

View file

@ -36,6 +36,9 @@ export async function run() {
// add gobin to path
let added = await addBinToPath();
core.debug(`add bin ${added}`);
if (added) {
core.info('Added GOBIN to the path');
}
// add problem matchers
const matchersPath = path.join(__dirname, '..', 'matchers.json');