Skip to content

Commit

Permalink
chore: running make upgrade job.
Browse files Browse the repository at this point in the history
  • Loading branch information
awais786 committed May 22, 2024
1 parent bb9c47f commit b27a1c4
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions scripts/generic-ci-tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -88,8 +88,6 @@ case "$TEST_SUITE" in
run_paver_quality run_pii_check || { EXIT=1; }
echo "Running reserved keyword checker on all Django models..."
run_paver_quality check_keywords || { EXIT=1; }
echo "Running ruff linter..."
make ruff || { EXIT=1; }

# Need to create an empty test result so the post-build
# action doesn't fail the build.
Expand Down

0 comments on commit b27a1c4

Please sign in to comment.