Replies: 2 comments 3 replies
-
Sorry - I prematurely entered this, but have now updated the title and primary entry ^. |
Beta Was this translation helpful? Give feedback.
-
I created a POC on a fork and was able to implement the build and test workflow against Vts.sln. I deleted the VtsLibrary.sln because it was created to facilitate only running analysis on parts of the solution and it is no longer necessary. https://github.com/lmalenfant/VTS/actions/workflows/dotnet.yml This is the yaml file that was setup to run on all commits to a feature branch and on pull requests to master: I think we should add a develop branch to our repo and run the action on push & PRs to develop and master only (after discovering that GitHub Actions are limited to 2000 minutes per month). I should mention that we have had a GitHub Action running on the Vts.MonteCarlo repository for the past 7 months, it does build, test and code analysis using SonarCloud. We have an issue with code coverage which we have been unable to resolve, any assistance that could be provided here would be useful. |
Beta Was this translation helpful? Give feedback.
-
To dip our toe in CI, suggest we create an Action that automatically builds Vts.sln, and tests Vts.Library.sln as part of every PR. I can take this on.
Beta Was this translation helpful? Give feedback.
All reactions