Skip to content

Commit

Permalink
run cluster tests in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
amirreza8002 committed Nov 21, 2024
1 parent 8d6d6de commit ada78b3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,9 @@ jobs:
poetry run invoke devenv
chmod +x ./util/wait-for-it.sh
./util/wait-for-it.sh localhost:6379
./util/wait-for-it.sh localhost:16379
poetry run pytest tests/tests_cluster/*.py --ds=tests.settings.sqlite_cluster -x
poetry run pytest tests/*.py --ds=tests.settings.sqlite -x
poetry run pytest tests/*.py --ds=tests.settings.sqlite_herd -x
poetry run pytest tests/*.py --ds=tests.settings.sqlite_json -x
Expand Down

0 comments on commit ada78b3

Please sign in to comment.