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

Create workflow to test quickstarts with nightly keycloak/keycloak-client #632

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

Conversation

rmartinc
Copy link
Contributor

@rmartinc rmartinc commented Nov 29, 2024

Closes #35439

I have used the sonatype-snapshots repository to do the tests with nightly. The repo is already used in the quickstarts so I think that it's better this way. The scripts use a environment variable NIGHTLY_TEST to use nightly versions 999.0.0-SNAPSHOT instead of the current versions defined in the pom.xml. The CI file is transformed into a re-usable workflow called worflow-ci.yml. This is called by another two workflows: ci.yml (which tests current versions defined in pom.xml) and nightly-ci.yml (it tests the nightly versions). I have setup to run both at pull, similar to what we do in the keycloak-client repo, but we can execute the nightly CI scheduled at night if preferred. I have also changed some versions because they were using fixed versions (now depend on the var, nightly or current). It's a draft for the moment.

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

Successfully merging this pull request may close these issues.

Create GH workflow in quickstarts for test with keycloak nightly and keycloak-client nightly
1 participant