mirror of
https://github.com/keycloak/keycloak.git
synced 2026-01-25 16:42:34 +00:00
feat: add Windows service support (#44496)
Closes: #37704 Signed-off-by: Peter Zaoral <pepo48@gmail.com>
This commit is contained in:
5
.github/workflows/ci.yml
vendored
5
.github/workflows/ci.yml
vendored
@@ -277,6 +277,11 @@ jobs:
|
||||
name: Integration test setup
|
||||
uses: ./.github/actions/integration-test-setup
|
||||
|
||||
- id: prunsrv-setup
|
||||
name: Setup Apache Commons Daemon (Procrun) for Windows service tests
|
||||
if: runner.os == 'Windows'
|
||||
uses: ./.github/actions/prunsrv-setup
|
||||
|
||||
# Smoke tests should cover scenarios that could be broken by changes in other modules that quarkus
|
||||
# test classes and even individual tests are included in the following suites by junit tags
|
||||
# kc.quarkus.tests.groups acts as the tag filter
|
||||
|
||||
Reference in New Issue
Block a user