mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-05-12 09:28:31 +02:00
update tests
This commit is contained in:
parent
2d420b277e
commit
55bac96bfc
1 changed files with 3 additions and 3 deletions
6
.github/workflows/testing.yaml
vendored
6
.github/workflows/testing.yaml
vendored
|
@ -66,11 +66,11 @@ jobs:
|
||||||
poetry run black --version
|
poetry run black --version
|
||||||
poetry run black --check --diff .
|
poetry run black --check --diff .
|
||||||
|
|
||||||
- name: Code Style (PyFlakes)
|
- name: Code Style (flake8)
|
||||||
if: success() || failure()
|
if: success() || failure()
|
||||||
run: |
|
run: |
|
||||||
poetry run pyflakes --version
|
poetry run pflake8 --version
|
||||||
poetry run pyflakes jrnl features tests
|
poetry run pflake8 jrnl features tests
|
||||||
|
|
||||||
- name: Test with pytest
|
- name: Test with pytest
|
||||||
if: success() || failure()
|
if: success() || failure()
|
||||||
|
|
Loading…
Add table
Reference in a new issue