mirror of
https://github.com/keycloak/keycloak.git
synced 2026-01-09 23:12:06 -03:30
Add the build step to the overall status check (#26014)
Closes #25981 Signed-off-by: Alexander Schwartz <aschwart@redhat.com>
This commit is contained in:
parent
04f2f90c04
commit
397ee94d0a
1
.github/workflows/ci.yml
vendored
1
.github/workflows/ci.yml
vendored
@ -644,6 +644,7 @@ jobs:
|
||||
if: always()
|
||||
needs:
|
||||
- conditional
|
||||
- build
|
||||
- unit-tests
|
||||
- base-integration-tests
|
||||
- quarkus-unit-tests
|
||||
|
||||
1
.github/workflows/js-ci.yml
vendored
1
.github/workflows/js-ci.yml
vendored
@ -331,6 +331,7 @@ jobs:
|
||||
if: always()
|
||||
needs:
|
||||
- conditional
|
||||
- build-keycloak
|
||||
- admin-client
|
||||
- keycloak-js
|
||||
- keycloak-masthead
|
||||
|
||||
1
.github/workflows/operator-ci.yml
vendored
1
.github/workflows/operator-ci.yml
vendored
@ -231,6 +231,7 @@ jobs:
|
||||
if: always()
|
||||
needs:
|
||||
- conditional
|
||||
- build
|
||||
- test-local
|
||||
- test-remote
|
||||
- test-olm
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user