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