Skip to content
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

Feat/GitHub actions pipeline #64

Merged
merged 39 commits into from
Dec 19, 2024
Merged

Conversation

MartinMedek
Copy link
Collaborator

Motivation

Which issue does this fix? Fixes #issue number

If no issue exists, what is the fix or new feature? Were there any reasons to fix/implement things that are not obvious?

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?

@MartinMedek MartinMedek force-pushed the feat/github-actions-pipeline branch from 5b9a5e0 to 56ff1a7 Compare October 18, 2024 08:50
@MartinMedek MartinMedek force-pushed the feat/github-actions-pipeline branch 2 times, most recently from 781da5a to 07fd315 Compare October 18, 2024 10:24
@MartinMedek MartinMedek force-pushed the feat/github-actions-pipeline branch 2 times, most recently from 49bda9e to 8de03ee Compare October 23, 2024 10:15
@MartinMedek MartinMedek force-pushed the feat/github-actions-pipeline branch from 8de03ee to 1ec5240 Compare October 23, 2024 10:18
@MartinMedek MartinMedek force-pushed the feat/github-actions-pipeline branch 6 times, most recently from e9bd1fb to a6ec39c Compare October 24, 2024 07:13
@MartinMedek MartinMedek force-pushed the feat/github-actions-pipeline branch 11 times, most recently from 776641b to d1408b8 Compare October 29, 2024 09:54
@MartinMedek MartinMedek force-pushed the feat/github-actions-pipeline branch from abf34e0 to 043d039 Compare December 12, 2024 10:05
@MartinMedek MartinMedek force-pushed the feat/github-actions-pipeline branch from 043d039 to 68d6dec Compare December 12, 2024 10:07
@MartinMedek MartinMedek force-pushed the feat/github-actions-pipeline branch from 4a44337 to 1af89c1 Compare December 12, 2024 12:43
@MartinMedek MartinMedek force-pushed the feat/github-actions-pipeline branch from 23623ac to 596a1f8 Compare December 12, 2024 16:26
@MartinMedek MartinMedek force-pushed the feat/github-actions-pipeline branch from 2162ecc to 5207dd1 Compare December 16, 2024 13:30
@MartinMedek MartinMedek force-pushed the feat/github-actions-pipeline branch 3 times, most recently from 4d796ed to 9c57e1f Compare December 16, 2024 16:00
@MartinMedek MartinMedek force-pushed the feat/github-actions-pipeline branch from 9c57e1f to 04eb395 Compare December 17, 2024 08:29
@MartinMedek MartinMedek force-pushed the feat/github-actions-pipeline branch from 934fdd1 to 828599d Compare December 17, 2024 09:53
@MartinMedek MartinMedek force-pushed the feat/github-actions-pipeline branch from 9c0f557 to 0dd903f Compare December 17, 2024 12:19
@MartinMedek MartinMedek force-pushed the feat/github-actions-pipeline branch from 0dd903f to edfc60c Compare December 17, 2024 12:23
@MartinMedek MartinMedek marked this pull request as ready for review December 17, 2024 12:32
@MartinMedek MartinMedek requested a review from a team as a code owner December 17, 2024 12:32
.github/workflows/ci.yml Outdated Show resolved Hide resolved
.github/workflows/ci.yml Outdated Show resolved Hide resolved
Write-Output "SQL Server: Forcing Restart of Instance."
Restart-Service -Force 'MSSQL$SQLEXPRESS'

- name: <DB> Create database with collation Latin1_General_CI_AS
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Does the collation Latin1_General_CI_AS have significant impact within the test scenarios? I am just wondering whether it necessary to mention collation in the name of the step.

.github/workflows/ci.yml Outdated Show resolved Hide resolved
.github/workflows/ci.yml Outdated Show resolved Hide resolved
@MartinMedek MartinMedek force-pushed the feat/github-actions-pipeline branch from 1d8b1d1 to 29dea37 Compare December 19, 2024 12:15
@MartinMedek MartinMedek force-pushed the feat/github-actions-pipeline branch from 29dea37 to 8527325 Compare December 19, 2024 12:32
@MartinMedek MartinMedek merged commit 89ef276 into main Dec 19, 2024
2 checks passed
@michalJakubis michalJakubis deleted the feat/github-actions-pipeline branch January 9, 2025 13:07
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