Skip to content

Commit

Permalink
force-checkout to develop in CI-prod-testing
Browse files Browse the repository at this point in the history
  • Loading branch information
AlyaGomaa committed Jan 15, 2024
1 parent 5eb395d commit 29d17da
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/CI-production-testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 29d17da

Please sign in to comment.