fix random-seed to failing one
This commit is contained in:
parent
1042f9847a
commit
e1c0c6af7d
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -69,7 +69,7 @@ jobs:
|
|||||||
COVERALLS_SERVICE_NAME: travis-ci
|
COVERALLS_SERVICE_NAME: travis-ci
|
||||||
TRAVIS: "true"
|
TRAVIS: "true"
|
||||||
run: |
|
run: |
|
||||||
pytest --random-order --cov=freqtrade --cov-config=.coveragerc
|
pytest --random-order --cov=freqtrade --cov-config=.coveragerc --random-order-seed=834267
|
||||||
# Allow failure for coveralls
|
# Allow failure for coveralls
|
||||||
# Fake travis environment to get coveralls working correctly
|
# Fake travis environment to get coveralls working correctly
|
||||||
export TRAVIS_PULL_REQUEST="https://github.com/${GITHUB_REPOSITORY}/pull/$(cat $GITHUB_EVENT_PATH | jq -r .number)"
|
export TRAVIS_PULL_REQUEST="https://github.com/${GITHUB_REPOSITORY}/pull/$(cat $GITHUB_EVENT_PATH | jq -r .number)"
|
||||||
|
Loading…
Reference in New Issue
Block a user