Question on adding new test projects to the ci.yml #931
Unanswered
clrudolphi
asked this question in
Contributor Q&A
Replies: 1 comment 4 replies
-
|
To answer the technical part of the question, that dependency has to be added to the project file itself as a conditional dependency that is only active during CI, see for example here. BUT: I would NOT add a separate test project for the plugins. The unit tests for the plugins (generator or runtime) should go to |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am attempting to add a test project for the xUnit3 Generator Plugin. I have created a new project within the solution, in a new sub-folder of the Tests/ folder.
When adding this test project to the ci.yml, I (admittedly in a cargo-cult fashion) tried to mimic the other invocations of test projects. When executed however, I am getting an error about the GitHubActions logger not being found.
Any suggestions on what mistake I've made and how to fix?
Beta Was this translation helpful? Give feedback.
All reactions