Skip to content

Commit

Permalink
add test for debugging statements
Browse files Browse the repository at this point in the history
  • Loading branch information
BluemlJ committed Dec 3, 2024
1 parent a965d72 commit fbfc720
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
CHANGED_PYFILES=$(git diff --name-only --diff-filter=ACMRT HEAD | grep '\.py$')
- name: Test for Debugging Strings
run: pytest tests/test_no_debugging.py
run: tests/test_no_debugging_statements.py --file_path="$CHANGED_FILES"

- name: Set Games to Test
id: set_games
Expand Down

0 comments on commit fbfc720

Please sign in to comment.