From 29d17da0bba571b28bc2e63bace154add09ffe79 Mon Sep 17 00:00:00 2001 From: alya Date: Mon, 15 Jan 2024 15:16:48 +0200 Subject: [PATCH] force-checkout to develop in CI-prod-testing --- .github/workflows/CI-production-testing.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/CI-production-testing.yml b/.github/workflows/CI-production-testing.yml index c0026cf85..b1ba933ad 100644 --- a/.github/workflows/CI-production-testing.yml +++ b/.github/workflows/CI-production-testing.yml @@ -121,7 +121,7 @@ jobs: image: stratosphereips/slips:latest run: | git reset --hard - git pull & git checkout origin/develop + git pull & git checkout -f origin/develop redis-server --daemonize yes python3 -m pytest tests/ --ignore="tests/test_database.py" --ignore="tests/integration_tests" -n 7 -p no:warnings -vv -s @@ -131,7 +131,7 @@ jobs: image: stratosphereips/slips:latest run: | git reset --hard - git pull & git checkout origin/develop + git pull & git checkout -f origin/develop redis-server --daemonize yes python3 -m pytest tests/test_database.py -p no:warnings -vv