-
Notifications
You must be signed in to change notification settings - Fork 278
Test that deploy to maven central succeeded (release workflow) #730
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
Comments
Can we build the examples repo after the release, so we don't have to use a separate test repo. We can add a profile to the examples that would make sure all artifacts are downloaded. |
So I think what we can do here is twofold:
Note that for (1) the URL can be something like this (for example): If the push failed then this would result in a 404. Otherwise it will work. |
Are we going to do both or just the |
Also, Instead of including the steps in the release workflow, I would suggest that we should have a third workflow |
I think we should do both the I'm fine with a separate workflow. |
Add a step to the release workflow where we verify that the artifacts were actually deployed properly to maven central. At a minimum we should have a simple test/demo maven project that we can use to build and verify that the appropriate artifacts are available.
The text was updated successfully, but these errors were encountered: