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:
Martin Bartoš
2025-02-06 11:24:57 +00:00
committed by GitHub
parent 9d0fe94436
commit 74624e732d
3 changed files with 9 additions and 2 deletions

View File

@@ -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:

View File

@@ -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

View File

@@ -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()}`;