1 parent e68b9cf commit 9ae860fCopy full SHA for 9ae860f
1 file changed
.github/workflows/build.yml
@@ -135,7 +135,7 @@ jobs:
135
exit 1
136
fi
137
echo "Running tests..."
138
- if [[ "x${{ github.event.inputs.ignoreLowerCoverage }}" == "true" ]]; then
+ if [[ "x${{ github.event.inputs.ignoreLowerCoverage }}" == "xtrue" ]]; then
139
echo "Lower coverage failures will be ignored."
140
./ietf/manage.py test --settings=settings_postgrestest --ignore-lower-coverage
141
else
0 commit comments