mirror of
https://github.com/keycloak/keycloak.git
synced 2025-12-21 06:20:05 -06:00
Fix broken JavaScript CI
Closes #36998 Signed-off-by: Jon Koops <jonkoops@gmail.com> Co-authored-by: Jon Koops <jonkoops@gmail.com>
This commit is contained in:
5
.github/actions/pnpm-setup/action.yml
vendored
5
.github/actions/pnpm-setup/action.yml
vendored
@@ -7,6 +7,11 @@ inputs:
|
||||
required: false
|
||||
default: "20"
|
||||
|
||||
env:
|
||||
# Temporary workaround for https://github.com/nodejs/corepack/issues/612
|
||||
# TODO: Remove this once the issue is fixed
|
||||
COREPACK_INTEGRITY_KEYS: 0
|
||||
|
||||
runs:
|
||||
using: composite
|
||||
steps:
|
||||
|
||||
3
.github/workflows/js-ci.yml
vendored
3
.github/workflows/js-ci.yml
vendored
@@ -11,6 +11,9 @@ on:
|
||||
|
||||
env:
|
||||
MAVEN_ARGS: "-B -nsu -Daether.connector.http.connectionMaxTtl=25"
|
||||
# Temporary workaround for https://github.com/nodejs/corepack/issues/612
|
||||
# TODO: Remove this once the issue is fixed
|
||||
COREPACK_INTEGRITY_KEYS: 0
|
||||
|
||||
concurrency:
|
||||
# Only cancel jobs for PR updates
|
||||
|
||||
@@ -96,8 +96,7 @@ const userImportingDisabledFailMessage =
|
||||
"User federation provider could not be saved: Can not disable Importing users when LDAP provider mode is UNSYNCED";
|
||||
|
||||
const ldapTestSuccessMsg = "Successfully connected to LDAP";
|
||||
const ldapTestFailMsg =
|
||||
"Error when trying to connect to LDAP: 'CommunicationError'";
|
||||
const ldapTestFailMsg = "Error when trying to connect to LDAP: 'UnknownHost'";
|
||||
|
||||
describe("User Federation LDAP tests", () => {
|
||||
const realmName = `ldap-realm-${uuid()}`;
|
||||
|
||||
Reference in New Issue
Block a user