Skip to content

Commit

Permalink
Run pre-commit in the test workflow.
Browse files Browse the repository at this point in the history
  • Loading branch information
fabiocaccamo committed Mar 6, 2024
1 parent e991bf6 commit 6f7f601
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/test-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,10 @@ jobs:
pip install -r requirements.txt
pip install -r requirements-test.txt
- name: Run pre-commit
run: |
pre-commit run --all-files --show-diff-on-failure --verbose
- name: Run tests
env:
DATABASE_ENGINE: ${{ matrix.database }}
Expand Down

0 comments on commit 6f7f601

Please sign in to comment.