Switch from Travis to GitHub Actions#114
Merged
stefanseifert merged 4 commits intomasterfrom Jan 4, 2022
Merged
Conversation
5bcf87d to
1237c34
Compare
- expected are generated ports from 1024 upwards (unreserved ports) - that seemed to work on unix-only with the existing integration test - but no longer on GitHub actions images - for those ports 800 onwards are returned - the code we are validating from MBUILDHELPER-51 uses the minimum port number 1024 only if a max port is defined, but no min port - changing the IT to test exactly this - with this, we do not longer have to restrict the text to unix (reverting MBUILDHELPER-65)
3010f73 to
5a32d76
Compare
…n same way as in versions-maven-plugin
b0a9f1b to
33ab58e
Compare
33ab58e to
aeaf25a
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.
with a simple "Github CI" action as in versions-maven-plugin