-
Notifications
You must be signed in to change notification settings - Fork 1
Feat/trust database certificate #46
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
Conversation
| cd ./publish/XbK | ||
| Start-Job -ScriptBlock { dotnet ./${{ env.XBK_PROJECT_NAME }}.dll } -Name ${{ env.XBK_PROJECT_NAME }} | ||
| Start-Job -ScriptBlock { | ||
| dotnet --version |
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.
Does this command have any effect on test execution, or is it just there for debugging?
| cd ./publish/K13 | ||
| Start-Job -ScriptBlock { dotnet ./${{ env.K13_PROJECT_NAME }}.dll } -Name ${{ env.K13_PROJECT_NAME }} | ||
| Start-Job -ScriptBlock { | ||
| dotnet --version |
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.
Does this command have any effect on test execution, or is it just there for debugging?
Motivation
Fix E2E tests: https://github.com/orgs/Kentico/projects/14/views/1?pane=issue&itemId=95969929
Checklist
How to test
If manual testing is required, what are the steps?