Run autobuild script via direct tracing when feature enabled
This commit is contained in:
parent
8f057a3d8e
commit
cbe29f55df
15 changed files with 68 additions and 25 deletions
2
lib/autobuild-action.js
generated
2
lib/autobuild-action.js
generated
|
|
@ -78,7 +78,7 @@ async function run() {
|
|||
}
|
||||
for (const language of languages) {
|
||||
currentLanguage = language;
|
||||
await (0, autobuild_1.runAutobuild)(language, config, features, logger);
|
||||
await (0, autobuild_1.runAutobuild)(config, language, features, logger);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue