generated from Kentico/repo-template
-
Notifications
You must be signed in to change notification settings - Fork 2
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
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
MartinMedek
force-pushed
the
feat/github-actions-pipeline
branch
from
October 18, 2024 08:50
5b9a5e0
to
56ff1a7
Compare
MartinMedek
force-pushed
the
feat/github-actions-pipeline
branch
2 times, most recently
from
October 18, 2024 10:24
781da5a
to
07fd315
Compare
MartinMedek
force-pushed
the
feat/github-actions-pipeline
branch
2 times, most recently
from
October 23, 2024 10:15
49bda9e
to
8de03ee
Compare
MartinMedek
force-pushed
the
feat/github-actions-pipeline
branch
from
October 23, 2024 10:18
8de03ee
to
1ec5240
Compare
MartinMedek
force-pushed
the
feat/github-actions-pipeline
branch
6 times, most recently
from
October 24, 2024 07:13
e9bd1fb
to
a6ec39c
Compare
MartinMedek
force-pushed
the
feat/github-actions-pipeline
branch
11 times, most recently
from
October 29, 2024 09:54
776641b
to
d1408b8
Compare
MartinMedek
force-pushed
the
feat/github-actions-pipeline
branch
from
December 12, 2024 10:05
abf34e0
to
043d039
Compare
MartinMedek
force-pushed
the
feat/github-actions-pipeline
branch
from
December 12, 2024 10:07
043d039
to
68d6dec
Compare
MartinMedek
force-pushed
the
feat/github-actions-pipeline
branch
from
December 12, 2024 12:43
4a44337
to
1af89c1
Compare
MartinMedek
force-pushed
the
feat/github-actions-pipeline
branch
from
December 12, 2024 16:26
23623ac
to
596a1f8
Compare
MartinMedek
force-pushed
the
feat/github-actions-pipeline
branch
from
December 16, 2024 13:30
2162ecc
to
5207dd1
Compare
…o-universal-migration-tool into feat/github-actions-pipeline
MartinMedek
force-pushed
the
feat/github-actions-pipeline
branch
3 times, most recently
from
December 16, 2024 16:00
4d796ed
to
9c57e1f
Compare
MartinMedek
force-pushed
the
feat/github-actions-pipeline
branch
from
December 17, 2024 08:29
9c57e1f
to
04eb395
Compare
…o-universal-migration-tool into feat/github-actions-pipeline
MartinMedek
force-pushed
the
feat/github-actions-pipeline
branch
from
December 17, 2024 09:53
934fdd1
to
828599d
Compare
MartinMedek
force-pushed
the
feat/github-actions-pipeline
branch
from
December 17, 2024 12:19
9c0f557
to
0dd903f
Compare
MartinMedek
force-pushed
the
feat/github-actions-pipeline
branch
from
December 17, 2024 12:23
0dd903f
to
edfc60c
Compare
.github/workflows/ci.yml
Outdated
Write-Output "SQL Server: Forcing Restart of Instance." | ||
Restart-Service -Force 'MSSQL$SQLEXPRESS' | ||
|
||
- name: <DB> Create database with collation Latin1_General_CI_AS |
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 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.
MartinMedek
force-pushed
the
feat/github-actions-pipeline
branch
from
December 19, 2024 12:15
1d8b1d1
to
29dea37
Compare
MartinMedek
force-pushed
the
feat/github-actions-pipeline
branch
from
December 19, 2024 12:32
29dea37
to
8527325
Compare
michalJakubis
approved these changes
Dec 19, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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
How to test
If manual testing is required, what are the steps?