Skip to content

Conversation

@BS-jiriceska
Copy link
Collaborator

Motivation

Fix E2E tests: https://github.com/orgs/Kentico/projects/14/views/1?pane=issue&itemId=95969929

Checklist

  • Code follows coding conventions held in this repo
  • Automated tests have been added
  • Tests are passing
  • Docs have been updated (if applicable)
  • Temporary settings (e.g. variables used during development and testing) have been reverted to defaults

How to test

If manual testing is required, what are the steps?

@BS-jiriceska BS-jiriceska requested a review from Rumec February 7, 2025 16:44
@BS-jiriceska BS-jiriceska self-assigned this Feb 7, 2025
@BS-jiriceska BS-jiriceska requested a review from a team as a code owner February 7, 2025 16:44
cd ./publish/XbK
Start-Job -ScriptBlock { dotnet ./${{ env.XBK_PROJECT_NAME }}.dll } -Name ${{ env.XBK_PROJECT_NAME }}
Start-Job -ScriptBlock {
dotnet --version
Copy link
Contributor

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
Copy link
Contributor

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?

@BS-jiriceska BS-jiriceska merged commit d866ab0 into main Feb 10, 2025
2 checks passed
@BS-jiriceska BS-jiriceska deleted the feat/TrustDatabaseCertificate branch February 10, 2025 10:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants