mirror of
https://github.com/keycloak/keycloak.git
synced 2026-04-28 10:59:57 -05:00
Update .github/actions/conditional/conditional.sh
This commit is contained in:
@@ -39,7 +39,7 @@ for C in "${CONDITIONS[@]}"; do
|
||||
PATTERN="${CONDITION[0]}"
|
||||
|
||||
if [[ "$PATTERN" =~ testsuite::* ]]; then
|
||||
PATTERN=$(cat testsuite/integration-arquillian/tests/base/testsuites/database-suite | grep -v -e '^[[:space:]]*$' | grep -v '^$' | sed -z 's/\n$//g' | sed -z 's/\n/|/g' | sed 's/\./\//g' | sed 's/\*\*/*/g')
|
||||
PATTERN=$(cat testsuite/integration-arquillian/tests/base/testsuites/database-suite | grep -v -e '^[[:space:]]*$' | sed -z 's/\n$//g' | sed -z 's/\n/|/g' | sed 's/\./\//g' | sed 's/\*\*/*/g')
|
||||
fi
|
||||
|
||||
# Convert pattern to regex
|
||||
|
||||
Reference in New Issue
Block a user