Before reporting an issue
Area
ci
Describe the bug
Store tests should execute if relevant code is changed. However, if only the tests have been changed then the store tests do not run for PRs.
An example can be seen here:
https://github.com/keycloak/keycloak/actions/runs/6076927056
This PR touches some tests that are executed for databases:
#22790
Version
main
Expected behavior
Store tests execute if relevant tests are changed
Actual behavior
Store tests only run if relevant non-test code is changed
How to Reproduce?
Run:
.github/actions/conditional/conditional.sh keycloak/keycloak refs/pull/22790/merge
This should output ci-store=true, but returns false instead
Anything else?
No response
Before reporting an issue
Area
ci
Describe the bug
Store tests should execute if relevant code is changed. However, if only the tests have been changed then the store tests do not run for PRs.
An example can be seen here:
https://github.com/keycloak/keycloak/actions/runs/6076927056
This PR touches some tests that are executed for databases:
#22790
Version
main
Expected behavior
Store tests execute if relevant tests are changed
Actual behavior
Store tests only run if relevant non-test code is changed
How to Reproduce?
Run:
This should output
ci-store=true, but returns false insteadAnything else?
No response