-
Notifications
You must be signed in to change notification settings - Fork 8
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
CI: Separate deploy and test #140
Comments
If we are fine with running the deployment on pushing to But I think we should add another |
Simple realisation is here #145 test-> will work for pull_request to main or develop build-snapshot -> will work only for pull_request to develop or push to develop with tag *.[0-9]-SNAPSHOT deploy-main-> will work only for push to develop or main with tag [0-9].[0-9].[0-9] |
@imagejan may I ask your help to also check for this repo whether the CI is set up correctly? |
@constantinpape
Here we should also think about refactoring the CI.
Here, however, I think we would need also the SNAPSHOT versions to be deployed to maven, otherwise I think we will run into such issues: https://github.com/mobie/mobie-viewer-fiji/actions/runs/4806700915, where the build on
develop
failed because it did not have the most recent mobie-io version...Thus maybe it is OK as it currently is, what do you think?
The text was updated successfully, but these errors were encountered: