Skip to content

Commit

Permalink
ci: revert the typo fix in the build workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
NGPixel authored Jun 22, 2023
1 parent e68b9cf commit 9ae860f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9ae860f

Please sign in to comment.