Caeden
Github actions failing to run project (dotnet run)
In the github workflow
This is the csproj which may be the problem
Current on windows os and when running
dotnet run
in the dir it works perfectly fine - github action ran from ubuntu/
This is the github action
24 replies
❔ Creating a github workflow to test solution (MSTest)
I have this solution
https://github.com/caedenph/wa-tor
I have two projects within it, the base one is the implementation of this algorithm, and the other project is within
WaTorTests/
.
How can I link the tests in WaTorTests/
to the root project so that I can run dotnet test
?
For context:
37 replies
❔ Creating a github workflow to test solution (MSTest)
I have this solution
https://github.com/caedenph/wa-tor
I have two projects within it, the base one is the implementation of this algorithm, and the other project is within
WaTorTests/
.
How can I link the tests in WaTorTests/
to the root project so that I can run dotnet test
?5 replies