mirror of
https://github.com/freqtrade/freqtrade.git
synced 2025-12-14 11:51:19 +00:00
Move Version check to the top
This commit is contained in:
8
.github/workflows/ci.yml
vendored
8
.github/workflows/ci.yml
vendored
@@ -62,6 +62,10 @@ jobs:
|
|||||||
pip install -r requirements-dev.txt
|
pip install -r requirements-dev.txt
|
||||||
pip install -e .
|
pip install -e .
|
||||||
|
|
||||||
|
- name: Check for version alignment
|
||||||
|
run: |
|
||||||
|
build_helpers/freqtrade_client_version_align.py
|
||||||
|
|
||||||
- name: Tests
|
- name: Tests
|
||||||
run: |
|
run: |
|
||||||
pytest --random-order --cov=freqtrade --cov-config=.coveragerc
|
pytest --random-order --cov=freqtrade --cov-config=.coveragerc
|
||||||
@@ -108,10 +112,6 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
ruff check --output-format=github .
|
ruff check --output-format=github .
|
||||||
|
|
||||||
- name: Check for version alignment
|
|
||||||
run: |
|
|
||||||
build_helpers/freqtrade_client_version_align.py
|
|
||||||
|
|
||||||
- name: Mypy
|
- name: Mypy
|
||||||
run: |
|
run: |
|
||||||
mypy freqtrade scripts tests
|
mypy freqtrade scripts tests
|
||||||
|
|||||||
Reference in New Issue
Block a user