Run `pre-commit` in the test workflow.
parent
e991bf61a0
commit
6f7f6018bf
|
|
@ -104,6 +104,10 @@ jobs:
|
||||||
pip install -r requirements.txt
|
pip install -r requirements.txt
|
||||||
pip install -r requirements-test.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
|
- name: Run tests
|
||||||
env:
|
env:
|
||||||
DATABASE_ENGINE: ${{ matrix.database }}
|
DATABASE_ENGINE: ${{ matrix.database }}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue