-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
C#: rework CI to run tests and minimal benchmark #108
C#: rework CI to run tests and minimal benchmark #108
Conversation
Signed-off-by: Yury-Fridlyand <[email protected]>
Signed-off-by: Yury-Fridlyand <[email protected]>
Signed-off-by: Yury-Fridlyand <[email protected]>
Signed-off-by: Yury-Fridlyand <[email protected]>
Signed-off-by: Yury-Fridlyand <[email protected]>
Signed-off-by: Yury-Fridlyand <[email protected]>
Signed-off-by: Yury-Fridlyand <[email protected]>
Signed-off-by: Yury-Fridlyand <[email protected]>
Signed-off-by: Yury-Fridlyand <[email protected]>
Signed-off-by: Yury-Fridlyand <[email protected]>
Signed-off-by: Yury-Fridlyand <[email protected]>
Signed-off-by: Yury-Fridlyand <[email protected]>
Signed-off-by: Yury-Fridlyand <[email protected]>
Signed-off-by: Yury-Fridlyand <[email protected]>
Signed-off-by: Yury-Fridlyand <[email protected]>
Signed-off-by: Yury-Fridlyand <[email protected]>
Signed-off-by: Yury-Fridlyand <[email protected]>
Signed-off-by: Yury-Fridlyand <[email protected]>
Signed-off-by: Yury-Fridlyand <[email protected]>
- name: Test dotnet ${{ matrix.dotnet }} | ||
working-directory: ./csharp | ||
run: dotnet test --framework net${{ matrix.dotnet }} /warnaserror | ||
run: dotnet test --framework net${{ matrix.dotnet }} "-l:html;LogFileName=TestReport.html" --results-directory . -warnaserror |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you call the test report something like CSharpUnitTestReport.html
so that the artefact is a little more specific?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is an IT test report actually.
I hope we will have two reports later and I'll give them proper names.
@@ -8,64 +8,88 @@ on: | |||
- glide-core/** | |||
- submodules/** | |||
- .github/workflows/csharp.yml | |||
- .github/workflows/install-shared-dependencies/action.yml |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I noticed there are some differences between the client CI workflows here. Do we need to align so that all clients have the same paths listed here and under pull_request?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes
I added these references here, because they are used below
5ab045c
into
csharp/integ_yuryf_fix_install_in_ci
* Update CI. --------- Signed-off-by: Yury-Fridlyand <[email protected]>
* Update CI. --------- Signed-off-by: Yury-Fridlyand <[email protected]>
Features:
Should also fix flaky failures like this