ci: revert the typo fix in the build workflow

This commit is contained in:
Nicolas Giard 2023-06-22 12:45:26 -04:00 committed by GitHub
parent e68b9cf60c
commit 9ae860faf1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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