ci: fix typo in build.yml workflow
This commit is contained in:
parent
a6cc12c14b
commit
704744c73f
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue