Add automated release workflows#1502
Merged
dhensby merged 1 commit intotediousjs:masterfrom Jul 18, 2023
Merged
Conversation
ad72afd to
eda1ff2
Compare
ce1ea96 to
4ed2581
Compare
Add commit linting, code linting, unit tests, integration tests, and semantic-release process to PRs/push events. This moves most of our runners off of AppVeyor and onto GitHub actions which has superior concurrent job limits and a more modern interface.
4ed2581 to
8ff5f7c
Compare
This file contains hidden or 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
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.
Currently this does:
Todo:
Running msnodesqlv8 on linux should be possible, but it's needs the ODBC 17 driver installed for ubuntu, which might be tricky.
It's not been possible to get the msnodesqlv8 tests running on ubuntu, so I'll leave that for now and go into that when I have time.
At the moment this covers off pretty much what is running on AppVeyor except it doesn't test SQL Server versions: 2008, 2012, 2014, 2016