Skip to content
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

Add a way to override the artifact type to test for @QuarkusIntegrationTest #46243

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

geoand
Copy link
Contributor

@geoand geoand commented Feb 13, 2025

This can be useful when the application builds a
container image as it's final artifact,
but would like to use @QuarkusIntegrationTest
to test the jar or native image based on which
the container was built.

The way to achieve this is to set for example:

-Dquarkus.test.integration-test-artifact-type=jar

when testing the jar is necessary

…ionTest`

This can be useful when the application builds a
container image as it's final artifact,
but would like to use `@QuarkusIntegrationTest`
to test the jar or native image based on which
the container was built

Closes: quarkusio#46232
Copy link

quarkus-bot bot commented Feb 13, 2025

Status for workflow Quarkus CI

This is the status report for running Quarkus CI on commit f7ee073.

✅ The latest workflow run for the pull request has completed successfully.

It should be safe to merge provided you have a look at the other checks in the summary.

You can consult the Develocity build scans.

Copy link
Contributor

@adutra adutra left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for the quick fix @geoand !

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Ability to disable running ITs against the docker image
2 participants