jhipster / jhipster-dotnetcore

JHipster.NET blueprint
Apache License 2.0
314 stars 93 forks source link

[CI] Add github actions ci in generated project #386

Closed nicolas63 closed 2 years ago

nicolas63 commented 4 years ago
Overview of the feature request

[CI] Add github actions ci in generated project

Related issues or PR
rohan2734 commented 4 years ago

hi i would like to work on this issue.

rohan2734 commented 4 years ago

@nicolas63 can you tell me the list of jobs that i can perform in the yml file? , or is it there in README.md?

nicolas63 commented 4 years ago

Today our generated project is like (https://github.com/jhipster/jhipster-sample-app-dotnetcore) without ci. When the application was generated we need to add ci for build and test the application ( dotnet buid and dotnet test for the server and npm test for the client )

Step for this issue :