fix(telemetry): missing telemetry wrapper (#2169) #11231
Annotations
6 errors and 2 warnings
Test:
packages/@o3r/workspace/schematics/index.it.spec.ts#L48
expect(received).not.toThrow()
Error name: "Error"
Error message: "Command failed: npm exec ng g sdk @my-sdk/sdk -- --spec-path ./local-spec.yaml
STDERR:
\"7.4.0\"
- Installing packages (npm)...
✔ Packages installed successfully.
D:\\a\\otter\\it-tests\\test-app-workspace1\\node_modules\\@OpenAPITools\\openapi-generator-cli\\main.js:2·
(()=>{\"use strict\";var e=[,e=>{e.exports=require(\"@nestjs/core\")},(e,t,r)=>{var i,o,a;Object.defineProperty(t,\"__esModule\",{value:!0}),t.AppModule=void 0;const s=r(3),n=r(4),p=r(5),c=r(6),l=r(7),d=r(8),g=r(10),h=r(28),u=process.env.HTTP_PROXY||process.env.HTTPS_PROXY,m={};u&&(m.proxy=!1,m.httpsAgent=new h.HttpsProxyAgent(u));let f=class AppModule{constructor(e,t,r){this.program=e,this.versionManager=t,this.passThroughService=r,this.onApplicationBootstrap=async()=>{let e=this.versionManager.getSelectedVersion();if(!e){const[{version:t}]=await this.versionManager.search([\"latest\"]).toPromise();await this.versionManager.setSelectedVersion(t),e=t}await this.versionManager.downloadIfNeeded(e),await this.passThroughService.init(),this.program.parse(process.argv)}}};t.AppModule=f,t.AppModule=f=s.__decorate([(0,n.Module)({imports:[p.HttpModule.register({...m})],controllers:[d.VersionManagerController],providers:[g.UIService,g.ConfigService,g.GeneratorService,g.PassThroughService,g.VersionManagerService,{provide:l.COMMANDER_PROGRAM,useValue:new c.Command(\"openapi-generator-cli\").helpOption(!1).usage(\"<command> [<args>]\").option(\"--openapitools <openapitools.json>\",\"Use the specified openapi-generator-cli configuration file\")},{provide:l.LOGGER,useValue:console}]}),s.__param(0,(0,n.Inject)(l.COMMANDER_PROGRAM)),s.__metadata(\"design:paramtypes\",[\"function\"==typeof(i=void 0!==c.Command&&c.Command)?i:Object,\"function\"==typeof(o=void 0!==g.VersionManagerService&&g.VersionManagerService)?o:Object,\"function\"==typeof(a=void 0!==g.PassThroughService&&g.PassThroughService)?a:Object])],f)},e=>{e.exports=require(\"tslib\")},e=>{e.exports=require(\"@nestjs/common\")},e=>{e.exports=require(\"@nestjs/axios\")},e=>{e.exports=require(\"commander\")},(e,t)=>{Object.defineProperty(t,\"__esModule\",{value:!0}),t.COMMANDER_PROGRAM=t.LOGGER=void 0,t.LOGGER=Symbol(\"LOGGER\"),t.COMMANDER_PROGRAM=Symbol(\"COMMANDER_PROGRAM\")},(e,t,r)=>{var i,o,a,s;Object.defineProperty(t,\"__esModule\",{value:!0}),t.VersionManagerController=void 0;const n=r(3),p=r(4),c=r(7),l=r(6),d=n.__importDefault(r(9)),g=r(10);let h=class VersionManagerController{constructor(e,t,r,i){this.logger=e,this.program=t,this.ui=r,this.service=i,this.mainCommand=this.program.command(\"version-manager\").description(\"Manage used / installed generator version\"),this.listCommand=this.mainCommand.command(\"list [versionTags...]\").description(\"lists all published versions\").option(\"-j, --json\",\"print as json\",!1).action((e=>this.list(e))),this.setCommand=this.mainCommand.command(\"set <versionTags...>\").description(\"set version to use\").action((e=>this.set(e))),this.list=async e=>{const t=await this.service.search(e).toPromise();if(this.listCommand.opts().json)return void this.logger.log(JSON.stringify(t,null,2));if(t.length<1)return void this.logger.log(d.default.red(\"No results for: \"+e.join(\" \")));const{version:r,installed:i}=await this.table(t),o=await this.service.isSelectedVersion(r),a=(e,t=(()=>null),r=(e=>e))=>({name:r(e),value:t}),s=[a(\"exit\")];i?o||s.unshift(a(\"remove\",(()=>this.service.remove(r)),d.default.red)):s.unshift(a(\"download\",(()=>this.service.download(r)),d.default.yellow)),o||s.unshift(a(\"use\",(()=>this.service.setSelectedVersion(r)),d.default.green)),await(await this.ui.list({name:\"next\",message:\"Whats next?\",choices:s}))()},this.set=async e=>{const t=await this.service.search(e).toPromise();t.length>0?await this.service.setSelectedVersion(t[0].version):this.logger.log(d.default.red(`Unable to find version matching criteria \"${e.join(\" \")}\"`))},this.table=e=>this.ui.table({printColNum:!1,message:\"The following releases are available:\",name:\"version\",rows:e.map((e=>{c
|
Test:
packages/@o3r/workspace/schematics/index.it.spec.ts#L73
expect(received).not.toThrow()
Error name: "Error"
Error message: "Command failed: npm exec ng g sdk @my-sdk/sdk -- --spec-package-name @ama-sdk/showcase-sdk --spec-package-path ./openapi.yml --spec-package-registry http://127.0.0.1:4873 --spec-package-version ~999
STDERR:
\"7.4.0\"
- Installing packages (npm)...
✔ Packages installed successfully.
- Installing packages (npm)...
✔ Packages installed successfully.
D:\\a\\otter\\it-tests\\test-app-workspace2\\node_modules\\@OpenAPITools\\openapi-generator-cli\\main.js:2·
(()=>{\"use strict\";var e=[,e=>{e.exports=require(\"@nestjs/core\")},(e,t,r)=>{var i,o,a;Object.defineProperty(t,\"__esModule\",{value:!0}),t.AppModule=void 0;const s=r(3),n=r(4),p=r(5),c=r(6),l=r(7),d=r(8),g=r(10),h=r(28),u=process.env.HTTP_PROXY||process.env.HTTPS_PROXY,m={};u&&(m.proxy=!1,m.httpsAgent=new h.HttpsProxyAgent(u));let f=class AppModule{constructor(e,t,r){this.program=e,this.versionManager=t,this.passThroughService=r,this.onApplicationBootstrap=async()=>{let e=this.versionManager.getSelectedVersion();if(!e){const[{version:t}]=await this.versionManager.search([\"latest\"]).toPromise();await this.versionManager.setSelectedVersion(t),e=t}await this.versionManager.downloadIfNeeded(e),await this.passThroughService.init(),this.program.parse(process.argv)}}};t.AppModule=f,t.AppModule=f=s.__decorate([(0,n.Module)({imports:[p.HttpModule.register({...m})],controllers:[d.VersionManagerController],providers:[g.UIService,g.ConfigService,g.GeneratorService,g.PassThroughService,g.VersionManagerService,{provide:l.COMMANDER_PROGRAM,useValue:new c.Command(\"openapi-generator-cli\").helpOption(!1).usage(\"<command> [<args>]\").option(\"--openapitools <openapitools.json>\",\"Use the specified openapi-generator-cli configuration file\")},{provide:l.LOGGER,useValue:console}]}),s.__param(0,(0,n.Inject)(l.COMMANDER_PROGRAM)),s.__metadata(\"design:paramtypes\",[\"function\"==typeof(i=void 0!==c.Command&&c.Command)?i:Object,\"function\"==typeof(o=void 0!==g.VersionManagerService&&g.VersionManagerService)?o:Object,\"function\"==typeof(a=void 0!==g.PassThroughService&&g.PassThroughService)?a:Object])],f)},e=>{e.exports=require(\"tslib\")},e=>{e.exports=require(\"@nestjs/common\")},e=>{e.exports=require(\"@nestjs/axios\")},e=>{e.exports=require(\"commander\")},(e,t)=>{Object.defineProperty(t,\"__esModule\",{value:!0}),t.COMMANDER_PROGRAM=t.LOGGER=void 0,t.LOGGER=Symbol(\"LOGGER\"),t.COMMANDER_PROGRAM=Symbol(\"COMMANDER_PROGRAM\")},(e,t,r)=>{var i,o,a,s;Object.defineProperty(t,\"__esModule\",{value:!0}),t.VersionManagerController=void 0;const n=r(3),p=r(4),c=r(7),l=r(6),d=n.__importDefault(r(9)),g=r(10);let h=class VersionManagerController{constructor(e,t,r,i){this.logger=e,this.program=t,this.ui=r,this.service=i,this.mainCommand=this.program.command(\"version-manager\").description(\"Manage used / installed generator version\"),this.listCommand=this.mainCommand.command(\"list [versionTags...]\").description(\"lists all published versions\").option(\"-j, --json\",\"print as json\",!1).action((e=>this.list(e))),this.setCommand=this.mainCommand.command(\"set <versionTags...>\").description(\"set version to use\").action((e=>this.set(e))),this.list=async e=>{const t=await this.service.search(e).toPromise();if(this.listCommand.opts().json)return void this.logger.log(JSON.stringify(t,null,2));if(t.length<1)return void this.logger.log(d.default.red(\"No results for: \"+e.join(\" \")));const{version:r,installed:i}=await this.table(t),o=await this.service.isSelectedVersion(r),a=(e,t=(()=>null),r=(e=>e))=>({name:r(e),value:t}),s=[a(\"exit\")];i?o||s.unshift(a(\"remove\",(()=>this.service.remove(r)),d.default.red)):s.unshift(a(\"download\",(()=>this.service.download(r)),d.default.yellow)),o||s.unshift(a(\"use\",(()=>this.service.setSelectedVersion(r)),d.default.green)),await(await this.ui.list({name:\"next\",message:\"Whats next?\",choices:s}))()},this.set=async e=>{const t=await this.service.search(e).toPromise();t.length>0?await this.service.setSelectedVersion(t[0].version):this.logger.log(d.default.red(`Unable t
|
Test:
packages/@ama-sdk/create/src/index.it.spec.ts#L63
expect(received).not.toThrow()
Error name: "Error"
Error message: "Command failed: npm create @ama-sdk typescript @my-test/sdk -- --package-manager npm --spec-path D:\\a\\otter\\it-tests\\test-create-sdk\\swagger-spec.yml
STDERR:
npm warn exec The following package was not found and will be installed: @ama-sdk/create@999.0.1726553809866
npm warn deprecated inflight@1.0.6: This module is not supported, and leaks memory. Do not use it. Check out lru-cache if you want a good and tested way to coalesce async requests by a key value, which is much more comprehensive and powerful.
npm warn deprecated glob@7.2.3: Glob versions prior to v9 are no longer supported
\"7.4.0\"
- Installing packages (npm)...
✔ Packages installed successfully.
D:\\a\\otter\\it-tests\\test-create-sdk\\my-test\\sdk\\node_modules\\@OpenAPITools\\openapi-generator-cli\\main.js:2·
(()=>{\"use strict\";var e=[,e=>{e.exports=require(\"@nestjs/core\")},(e,t,r)=>{var i,o,a;Object.defineProperty(t,\"__esModule\",{value:!0}),t.AppModule=void 0;const s=r(3),n=r(4),p=r(5),c=r(6),l=r(7),d=r(8),g=r(10),h=r(28),u=process.env.HTTP_PROXY||process.env.HTTPS_PROXY,m={};u&&(m.proxy=!1,m.httpsAgent=new h.HttpsProxyAgent(u));let f=class AppModule{constructor(e,t,r){this.program=e,this.versionManager=t,this.passThroughService=r,this.onApplicationBootstrap=async()=>{let e=this.versionManager.getSelectedVersion();if(!e){const[{version:t}]=await this.versionManager.search([\"latest\"]).toPromise();await this.versionManager.setSelectedVersion(t),e=t}await this.versionManager.downloadIfNeeded(e),await this.passThroughService.init(),this.program.parse(process.argv)}}};t.AppModule=f,t.AppModule=f=s.__decorate([(0,n.Module)({imports:[p.HttpModule.register({...m})],controllers:[d.VersionManagerController],providers:[g.UIService,g.ConfigService,g.GeneratorService,g.PassThroughService,g.VersionManagerService,{provide:l.COMMANDER_PROGRAM,useValue:new c.Command(\"openapi-generator-cli\").helpOption(!1).usage(\"<command> [<args>]\").option(\"--openapitools <openapitools.json>\",\"Use the specified openapi-generator-cli configuration file\")},{provide:l.LOGGER,useValue:console}]}),s.__param(0,(0,n.Inject)(l.COMMANDER_PROGRAM)),s.__metadata(\"design:paramtypes\",[\"function\"==typeof(i=void 0!==c.Command&&c.Command)?i:Object,\"function\"==typeof(o=void 0!==g.VersionManagerService&&g.VersionManagerService)?o:Object,\"function\"==typeof(a=void 0!==g.PassThroughService&&g.PassThroughService)?a:Object])],f)},e=>{e.exports=require(\"tslib\")},e=>{e.exports=require(\"@nestjs/common\")},e=>{e.exports=require(\"@nestjs/axios\")},e=>{e.exports=require(\"commander\")},(e,t)=>{Object.defineProperty(t,\"__esModule\",{value:!0}),t.COMMANDER_PROGRAM=t.LOGGER=void 0,t.LOGGER=Symbol(\"LOGGER\"),t.COMMANDER_PROGRAM=Symbol(\"COMMANDER_PROGRAM\")},(e,t,r)=>{var i,o,a,s;Object.defineProperty(t,\"__esModule\",{value:!0}),t.VersionManagerController=void 0;const n=r(3),p=r(4),c=r(7),l=r(6),d=n.__importDefault(r(9)),g=r(10);let h=class VersionManagerController{constructor(e,t,r,i){this.logger=e,this.program=t,this.ui=r,this.service=i,this.mainCommand=this.program.command(\"version-manager\").description(\"Manage used / installed generator version\"),this.listCommand=this.mainCommand.command(\"list [versionTags...]\").description(\"lists all published versions\").option(\"-j, --json\",\"print as json\",!1).action((e=>this.list(e))),this.setCommand=this.mainCommand.command(\"set <versionTags...>\").description(\"set version to use\").action((e=>this.set(e))),this.list=async e=>{const t=await this.service.search(e).toPromise();if(this.listCommand.opts().json)return void this.logger.log(JSON.stringify(t,null,2));if(t.length<1)return void this.logger.log(d.default.red(\"No results for: \"+e.join(\" \")));const{version:r,installed:i}=await this.table(t),o=await this.service.isSelectedVersion(r),a=(e,t=(()=>null),r=(e=>e))=>({name:r(e),value:t}),s=[a(\"exit\")];i?o||s.unshift(a(\"remove\",(()=>this.service.remove(r)),d.default.red)):s.unshift(a(\"download\",(()=>this.service.download(r)),d.default.yellow)),o||s.u
|
Test:
packages/@ama-sdk/create/src/index.it.spec.ts#L78
expect(received).not.toThrow()
Error name: "Error"
Error message: "Command failed: npm create @ama-sdk typescript @my-test/sdk -- --package-manager npm --spec-path D:\\a\\otter\\it-tests\\test-create-sdk1\\swagger-spec-with-date.yml
STDERR:
\"7.4.0\"
- Installing packages (npm)...
✔ Packages installed successfully.
D:\\a\\otter\\it-tests\\test-create-sdk1\\my-test\\sdk\\node_modules\\@OpenAPITools\\openapi-generator-cli\\main.js:2·
(()=>{\"use strict\";var e=[,e=>{e.exports=require(\"@nestjs/core\")},(e,t,r)=>{var i,o,a;Object.defineProperty(t,\"__esModule\",{value:!0}),t.AppModule=void 0;const s=r(3),n=r(4),p=r(5),c=r(6),l=r(7),d=r(8),g=r(10),h=r(28),u=process.env.HTTP_PROXY||process.env.HTTPS_PROXY,m={};u&&(m.proxy=!1,m.httpsAgent=new h.HttpsProxyAgent(u));let f=class AppModule{constructor(e,t,r){this.program=e,this.versionManager=t,this.passThroughService=r,this.onApplicationBootstrap=async()=>{let e=this.versionManager.getSelectedVersion();if(!e){const[{version:t}]=await this.versionManager.search([\"latest\"]).toPromise();await this.versionManager.setSelectedVersion(t),e=t}await this.versionManager.downloadIfNeeded(e),await this.passThroughService.init(),this.program.parse(process.argv)}}};t.AppModule=f,t.AppModule=f=s.__decorate([(0,n.Module)({imports:[p.HttpModule.register({...m})],controllers:[d.VersionManagerController],providers:[g.UIService,g.ConfigService,g.GeneratorService,g.PassThroughService,g.VersionManagerService,{provide:l.COMMANDER_PROGRAM,useValue:new c.Command(\"openapi-generator-cli\").helpOption(!1).usage(\"<command> [<args>]\").option(\"--openapitools <openapitools.json>\",\"Use the specified openapi-generator-cli configuration file\")},{provide:l.LOGGER,useValue:console}]}),s.__param(0,(0,n.Inject)(l.COMMANDER_PROGRAM)),s.__metadata(\"design:paramtypes\",[\"function\"==typeof(i=void 0!==c.Command&&c.Command)?i:Object,\"function\"==typeof(o=void 0!==g.VersionManagerService&&g.VersionManagerService)?o:Object,\"function\"==typeof(a=void 0!==g.PassThroughService&&g.PassThroughService)?a:Object])],f)},e=>{e.exports=require(\"tslib\")},e=>{e.exports=require(\"@nestjs/common\")},e=>{e.exports=require(\"@nestjs/axios\")},e=>{e.exports=require(\"commander\")},(e,t)=>{Object.defineProperty(t,\"__esModule\",{value:!0}),t.COMMANDER_PROGRAM=t.LOGGER=void 0,t.LOGGER=Symbol(\"LOGGER\"),t.COMMANDER_PROGRAM=Symbol(\"COMMANDER_PROGRAM\")},(e,t,r)=>{var i,o,a,s;Object.defineProperty(t,\"__esModule\",{value:!0}),t.VersionManagerController=void 0;const n=r(3),p=r(4),c=r(7),l=r(6),d=n.__importDefault(r(9)),g=r(10);let h=class VersionManagerController{constructor(e,t,r,i){this.logger=e,this.program=t,this.ui=r,this.service=i,this.mainCommand=this.program.command(\"version-manager\").description(\"Manage used / installed generator version\"),this.listCommand=this.mainCommand.command(\"list [versionTags...]\").description(\"lists all published versions\").option(\"-j, --json\",\"print as json\",!1).action((e=>this.list(e))),this.setCommand=this.mainCommand.command(\"set <versionTags...>\").description(\"set version to use\").action((e=>this.set(e))),this.list=async e=>{const t=await this.service.search(e).toPromise();if(this.listCommand.opts().json)return void this.logger.log(JSON.stringify(t,null,2));if(t.length<1)return void this.logger.log(d.default.red(\"No results for: \"+e.join(\" \")));const{version:r,installed:i}=await this.table(t),o=await this.service.isSelectedVersion(r),a=(e,t=(()=>null),r=(e=>e))=>({name:r(e),value:t}),s=[a(\"exit\")];i?o||s.unshift(a(\"remove\",(()=>this.service.remove(r)),d.default.red)):s.unshift(a(\"download\",(()=>this.service.download(r)),d.default.yellow)),o||s.unshift(a(\"use\",(()=>this.service.setSelectedVersion(r)),d.default.green)),await(await this.ui.list({name:\"next\",message:\"Whats next?\",choices:s}))()},this.set=async e=>{const t=await this.service.search(e).toPromise();t.length>0?await this.service.setSelectedVersion(t[0].version):this.logger.log(d.default.red(`Unable to find version matching criteria \"${e.join(\" \")}\"`))},this.table=e=>this.ui.table({printColN
|
Test:
packages/@ama-sdk/create/src/index.it.spec.ts#L126
expect(received).not.toThrow()
Error name: "Error"
Error message: "Command failed: npm exec schematics @ama-sdk/schematics:typescript-core -- --spec-path ..\\..\\swagger-spec.yml
STDERR:
D:\\a\\otter\\it-tests\\test-create-sdk4\\my-test\\sdk\\node_modules\\@OpenAPITools\\openapi-generator-cli\\main.js:2·
(()=>{\"use strict\";var e=[,e=>{e.exports=require(\"@nestjs/core\")},(e,t,r)=>{var i,o,a;Object.defineProperty(t,\"__esModule\",{value:!0}),t.AppModule=void 0;const s=r(3),n=r(4),p=r(5),c=r(6),l=r(7),d=r(8),g=r(10),h=r(28),u=process.env.HTTP_PROXY||process.env.HTTPS_PROXY,m={};u&&(m.proxy=!1,m.httpsAgent=new h.HttpsProxyAgent(u));let f=class AppModule{constructor(e,t,r){this.program=e,this.versionManager=t,this.passThroughService=r,this.onApplicationBootstrap=async()=>{let e=this.versionManager.getSelectedVersion();if(!e){const[{version:t}]=await this.versionManager.search([\"latest\"]).toPromise();await this.versionManager.setSelectedVersion(t),e=t}await this.versionManager.downloadIfNeeded(e),await this.passThroughService.init(),this.program.parse(process.argv)}}};t.AppModule=f,t.AppModule=f=s.__decorate([(0,n.Module)({imports:[p.HttpModule.register({...m})],controllers:[d.VersionManagerController],providers:[g.UIService,g.ConfigService,g.GeneratorService,g.PassThroughService,g.VersionManagerService,{provide:l.COMMANDER_PROGRAM,useValue:new c.Command(\"openapi-generator-cli\").helpOption(!1).usage(\"<command> [<args>]\").option(\"--openapitools <openapitools.json>\",\"Use the specified openapi-generator-cli configuration file\")},{provide:l.LOGGER,useValue:console}]}),s.__param(0,(0,n.Inject)(l.COMMANDER_PROGRAM)),s.__metadata(\"design:paramtypes\",[\"function\"==typeof(i=void 0!==c.Command&&c.Command)?i:Object,\"function\"==typeof(o=void 0!==g.VersionManagerService&&g.VersionManagerService)?o:Object,\"function\"==typeof(a=void 0!==g.PassThroughService&&g.PassThroughService)?a:Object])],f)},e=>{e.exports=require(\"tslib\")},e=>{e.exports=require(\"@nestjs/common\")},e=>{e.exports=require(\"@nestjs/axios\")},e=>{e.exports=require(\"commander\")},(e,t)=>{Object.defineProperty(t,\"__esModule\",{value:!0}),t.COMMANDER_PROGRAM=t.LOGGER=void 0,t.LOGGER=Symbol(\"LOGGER\"),t.COMMANDER_PROGRAM=Symbol(\"COMMANDER_PROGRAM\")},(e,t,r)=>{var i,o,a,s;Object.defineProperty(t,\"__esModule\",{value:!0}),t.VersionManagerController=void 0;const n=r(3),p=r(4),c=r(7),l=r(6),d=n.__importDefault(r(9)),g=r(10);let h=class VersionManagerController{constructor(e,t,r,i){this.logger=e,this.program=t,this.ui=r,this.service=i,this.mainCommand=this.program.command(\"version-manager\").description(\"Manage used / installed generator version\"),this.listCommand=this.mainCommand.command(\"list [versionTags...]\").description(\"lists all published versions\").option(\"-j, --json\",\"print as json\",!1).action((e=>this.list(e))),this.setCommand=this.mainCommand.command(\"set <versionTags...>\").description(\"set version to use\").action((e=>this.set(e))),this.list=async e=>{const t=await this.service.search(e).toPromise();if(this.listCommand.opts().json)return void this.logger.log(JSON.stringify(t,null,2));if(t.length<1)return void this.logger.log(d.default.red(\"No results for: \"+e.join(\" \")));const{version:r,installed:i}=await this.table(t),o=await this.service.isSelectedVersion(r),a=(e,t=(()=>null),r=(e=>e))=>({name:r(e),value:t}),s=[a(\"exit\")];i?o||s.unshift(a(\"remove\",(()=>this.service.remove(r)),d.default.red)):s.unshift(a(\"download\",(()=>this.service.download(r)),d.default.yellow)),o||s.unshift(a(\"use\",(()=>this.service.setSelectedVersion(r)),d.default.green)),await(await this.ui.list({name:\"next\",message:\"Whats next?\",choices:s}))()},this.set=async e=>{const t=await this.service.search(e).toPromise();t.length>0?await this.service.setSelectedVersion(t[0].version):this.logger.log(d.default.red(`Unable to find version matching criteria \"${e.join(\" \")}\"`))},this.table=e=>this.ui.table({printColNum:!1,message:\"The following releases are available:\",name:\"version\",rows:e.map((e=>{const t=e.versionTags.includes(\"stable\"),r=
|
Test
Process completed with exit code 1.
|
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/upload-artifact@a8a3f3ad30e3422c9c7b888a15615d19a852ae32. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
The following artifacts were uploaded using a version of actions/upload-artifact that is scheduled for deprecation: "it-reports-ubuntu-latest-npm", "it-reports-ubuntu-latest-yarn", "it-reports-windows-latest-npm", "it-reports-windows-latest-yarn", "ut-reports-ubuntu-latest".
Please update your workflow to use v4 of the artifact actions.
Learn more: https://github.blog/changelog/2024-04-16-deprecation-notice-v3-of-the-artifact-actions/
|
Loading