mirror of
https://github.com/actions/setup-go.git
synced 2025-06-30 13:13:43 +00:00
Add tests that fail without this change and pass with it
This commit is contained in:
parent
7267bd9425
commit
82e49b01e9
3 changed files with 61 additions and 0 deletions
|
@ -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');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue