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:
ashotland 2023-02-16 12:16:39 +02:00 committed by GitHub
parent 8739f811ea
commit 2f89cdc6af
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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