Devamani11D / salt-app-kickstart

A CLI tool that can be installed as an npm package, featuring pre-installed Salt dependencies and templates such as AGGrid, Dashboard etc. Simplifies project setup by automatically launching on localhost.
10 stars 26 forks source link

add ci cd workflow #34

Closed ananyag309 closed 1 month ago

ananyag309 commented 1 month ago

CI/CD Workflow Automate build, test, and deployment of your project:

On every push or pull request, trigger unit tests and build the project.

github-actions[bot] commented 1 month ago

👋 Thank you @ananyag309 for raising an issue! We appreciate your effort in helping us improve. Our team will review it shortly. Stay tuned!

Devamani11D commented 1 month ago

@ananyag309 , The build and tests on node env are failed. Can you please look into this issue??

ananyag309 commented 1 month ago

@Devamani11D yes sure let me check

ananyag309 commented 1 month ago

I have added error catching and logging, which will now proceed with subsequent steps even if build or test failures occur, which can be useful for continuous integration scenarios. You can catch errors without stopping the entire CI/CD process, if needed i will try to improve it further.

Devamani11D commented 1 month ago

ok , Thank you @ananyag309 😄

Devamani11D commented 1 month ago

Can you please raise PR again with required changes @ananyag309

ananyag309 commented 1 month ago

yes sure