-
Notifications
You must be signed in to change notification settings - Fork 23
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
[issues-301] - Add a GitHub workflow to run integration tests against the default WildFly version #304
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
5 tasks
jbliznak
reviewed
Oct 16, 2024
fabiobrz
force-pushed
the
issues-301.add-wildfly-it-workflow
branch
7 times, most recently
from
October 17, 2024 14:52
d18b7f2
to
20851bd
Compare
@jbliznak would you mind and have another look please? I've added the bootable JAR execution and fixed some minor things, but IMHO this should be enough for PRs. |
fabiobrz
force-pushed
the
issues-301.add-wildfly-it-workflow
branch
2 times, most recently
from
October 17, 2024 15:41
f201023
to
3f9b676
Compare
fabiobrz
force-pushed
the
issues-301.add-wildfly-it-workflow
branch
from
October 17, 2024 15:48
3f9b676
to
922d785
Compare
FYI @jbliznak - I am back to draft since I noticed that surefire reports aren't uploaded. Will have to look into that and then I'll ping you again. |
jbliznak
reviewed
Oct 17, 2024
jbliznak
reviewed
Oct 17, 2024
jbliznak
reviewed
Oct 17, 2024
fabiobrz
force-pushed
the
issues-301.add-wildfly-it-workflow
branch
from
October 18, 2024 07:08
7dbf6f0
to
c12d89e
Compare
fabiobrz
force-pushed
the
issues-301.add-wildfly-it-workflow
branch
from
October 18, 2024 07:16
c12d89e
to
7d51ebf
Compare
jbliznak
reviewed
Oct 18, 2024
… a WildFly version defined by default properties
… a WildFly bootable JAR version defined by default properties
…atch the latest available WildFly version
…ies in order to deal with changes in transitively pulled dependencies
…ak container started by JWT tests, since it generates huge logs, and it's not needed now
fabiobrz
force-pushed
the
issues-301.add-wildfly-it-workflow
branch
from
October 18, 2024 08:51
7d51ebf
to
5722d49
Compare
jbliznak
approved these changes
Oct 18, 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.
This is for running automated CI checks against the WildFly version which is set by related properties default values, in order to implement CI checks upstream.
Resolves #301
Please make sure your PR meets the following requirements: