Update .github/actions/conditional/conditional.sh
This commit is contained in:
parent
c88b0bed3e
commit
b0a85a884b
1 changed files with 1 additions and 1 deletions
2
.github/actions/conditional/conditional.sh
vendored
2
.github/actions/conditional/conditional.sh
vendored
|
@ -39,7 +39,7 @@ for C in "${CONDITIONS[@]}"; do
|
||||||
PATTERN="${CONDITION[0]}"
|
PATTERN="${CONDITION[0]}"
|
||||||
|
|
||||||
if [[ "$PATTERN" =~ testsuite::* ]]; then
|
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
|
fi
|
||||||
|
|
||||||
# Convert pattern to regex
|
# Convert pattern to regex
|
||||||
|
|
Loading…
Reference in a new issue