mirror of
https://github.com/dragonflydb/dragonfly.git
synced 2025-05-11 18:35:46 +02:00
chore(regressions-tests): Update regression-tests.yml (#805)
* Update regression-tests.yml Run every 3 hours Add -s to pytest Signed-off-by: ashotland <ari@dragonflydb.io> * Update regression-tests.yml Signed-off-by: ashotland <ari@dragonflydb.io> --------- Signed-off-by: ashotland <ari@dragonflydb.io>
This commit is contained in:
parent
8739f811ea
commit
2f89cdc6af
1 changed files with 2 additions and 2 deletions
4
.github/workflows/regression-tests.yml
vendored
4
.github/workflows/regression-tests.yml
vendored
|
@ -5,7 +5,7 @@ env:
|
|||
|
||||
on:
|
||||
schedule:
|
||||
- cron: '0 0/6 * * *'
|
||||
- cron: '0 0/3 * * *'
|
||||
workflow_dispatch:
|
||||
inputs:
|
||||
run_replication:
|
||||
|
@ -52,7 +52,7 @@ jobs:
|
|||
pip install -r dragonfly/requirements.txt
|
||||
export DRAGONFLY_PATH="${GITHUB_WORKSPACE}/build/dragonfly" # used by PyTests
|
||||
|
||||
pytest -xvr dragonfly --ignore=dragonfly/replication_test.py
|
||||
pytest -sxvr dragonfly --ignore=dragonfly/replication_test.py
|
||||
|
||||
- name: Run PyTests replication test
|
||||
timeout-minutes: 15
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue