Skip to content

Commit

Permalink
Debug actions and precommit
Browse files Browse the repository at this point in the history
  • Loading branch information
Drew Meyers committed Feb 22, 2024
1 parent aeacd14 commit fdaa2bd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/pre-commit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@ jobs:
# - name: Install dependencies for Python tests
# run: |
# pip install -e ".[test]"
# - uses: pre-commit/action@v3.0.1
# with:
# extra_args: --all-files
- uses: pre-commit/action@v3.0.1
with:
extra_args: --all-files
# - name: Test with pytest
# run: |
# pytest -vv --gherkin-terminal-reporter unity-test/unit

0 comments on commit fdaa2bd

Please sign in to comment.