ci: fix build workflow test condition
This commit is contained in:
parent
c8c2ca1c81
commit
31f659de55
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
@ -145,7 +145,7 @@ jobs:
|
|||
exit 1
|
||||
fi
|
||||
echo "Running tests..."
|
||||
if [ "$INPUT_IGNORE_LOWER_COVERAGE" == "true" ]; then
|
||||
if [[ "x${{ github.event.inputs.ignoreLowerCoverage }}" == "xtrue" ]]; then
|
||||
echo "Lower coverage failures will be ignored."
|
||||
./ietf/manage.py test --settings=settings_sqlitetest --ignore-lower-coverage
|
||||
else
|
||||
|
|
Loading…
Reference in a new issue