mirror of
https://github.com/Drakkar-Software/OctoBot.git
synced 2022-03-03 23:52:26 +03:00
[CI] Don't test Exchange tentacles
This commit is contained in:
4
.github/workflows/main.yml
vendored
4
.github/workflows/main.yml
vendored
@@ -118,7 +118,7 @@ jobs:
|
||||
DISABLE_SENTRY: True
|
||||
run: |
|
||||
pytest --cov=. --cov-config=.coveragerc --durations=0 -rw tests
|
||||
pytest --durations=0 -rw tentacles
|
||||
pytest --durations=0 -rw --ignore=tentacles/Trading/Exchange tentacles
|
||||
|
||||
- name: Pytests
|
||||
env:
|
||||
@@ -126,7 +126,7 @@ jobs:
|
||||
if: matrix.type != 'cython'
|
||||
run: |
|
||||
pytest --cov=. --cov-config=.coveragerc --durations=0 -rw tests
|
||||
pytest --durations=0 -rw tentacles
|
||||
pytest --durations=0 -rw --ignore=tentacles/Trading/Exchange tentacles
|
||||
|
||||
- name: Publish coverage
|
||||
if: matrix.type == 'sources' && github.event_name == 'push'
|
||||
|
||||
@@ -13,4 +13,4 @@ else
|
||||
fi
|
||||
|
||||
# run tests
|
||||
pytest -rw tests tentacles
|
||||
pytest -rw --ignore=tentacles/Trading/Exchange tests tentacles
|
||||
|
||||
Reference in New Issue
Block a user