ci: fix typo in build.yml workflow

This commit is contained in:
Nicolas Giard 2023-06-20 23:48:22 -04:00 committed by GitHub
parent a6cc12c14b
commit 704744c73f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -135,7 +135,7 @@ jobs:
exit 1 exit 1
fi fi
echo "Running tests..." echo "Running tests..."
if [[ "x${{ github.event.inputs.ignoreLowerCoverage }}" == "xtrue" ]]; then if [[ "x${{ github.event.inputs.ignoreLowerCoverage }}" == "true" ]]; then
echo "Lower coverage failures will be ignored." echo "Lower coverage failures will be ignored."
./ietf/manage.py test --settings=settings_postgrestest --ignore-lower-coverage ./ietf/manage.py test --settings=settings_postgrestest --ignore-lower-coverage
else else