-
-
Notifications
You must be signed in to change notification settings - Fork 392
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
Adding github actions for automated tests without an azure account. #1697
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
Adding dependabot. Improving the test to follow the azure pipeline.
Adding dependabot for easy testing of dependency updates.
22ed8e1
to
d65d424
Compare
Upstream changes
We will merge this PR into its own temporary branch for now, rework it a bit and generate new PRs for the |
lauxjpn
approved these changes
Oct 2, 2023
@renemadsen Thank you for your contribution! |
lauxjpn
pushed a commit
to lauxjpn/Pomelo.EntityFrameworkCore.MySql
that referenced
this pull request
Oct 2, 2023
…omeloFoundation#1697) * Adding github actions for automated tests on Ubuntu. Adding dependabot. Improving the test to follow the azure pipeline. * Adding github actions for automated tests without an azure account. Adding dependabot for easy testing of dependency updates. * Bumping the build script to use .net 7.0 instead of .net 6.0 * Adding MariaDB 10.9.1 and 10.11.1 to tests. * Updating github actions to also include latest MySQL and MariaDB. * Updating dependabot limit. * "Implementing" the missing method in StoredProcedureUpdateMySqlTest. * Fixing dotnet to 7.0.100
lauxjpn
added a commit
that referenced
this pull request
Oct 8, 2023
* Adding github actions for automated tests without an azure account. (#1697) * Adding github actions for automated tests on Ubuntu. Adding dependabot. Improving the test to follow the azure pipeline. * Adding github actions for automated tests without an azure account. Adding dependabot for easy testing of dependency updates. * Bumping the build script to use .net 7.0 instead of .net 6.0 * Adding MariaDB 10.9.1 and 10.11.1 to tests. * Updating github actions to also include latest MySQL and MariaDB. * Updating dependabot limit. * "Implementing" the missing method in StoredProcedureUpdateMySqlTest. * Fixing dotnet to 7.0.100 * Dependabot is independent of GitHub Actions and should have gotten its own PR. * Remove AZDO CI. * Rename GitHub Actions workflow file. * Fix and update GitHub Actions workflow. * Add package publishing. * Fix test on Windows. --------- Co-authored-by: René Schultz Madsen <rm@microting.com>
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.
Adding dependabot for easy testing of dependency updates.
I made the changes to allow contributers like my self to be able to see test results, without having to do a PR, since Github actions does not require an azure account and just runs with the changes a person does.
I added the dependabot, since we are using Pomelo.EntityFrameworkCore.MySql in a lot of projects and would like to have dependencies updated faster/easier. This can be done with letting dependabot run tests for new updates and the gab of breaking changes can be minimized by doing micro updates of dependencies.