Skip to content

Commit

Permalink
Fixed docker-compose up command in ci
Browse files Browse the repository at this point in the history
  • Loading branch information
WisdomPill committed Oct 27, 2024
1 parent a06816b commit 0198b30
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ jobs:
python -m pip install --upgrade tox tox-gh-actions
- name: Docker compose up
run: docker compose up -d --wait
run: docker compose -f docker/docker-compose.yml up -d --wait

- name: Tox tests
run: tox
Expand Down
3 changes: 1 addition & 2 deletions tests/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,4 @@ Running the test suite
.. code-block:: bash
# start redis and a sentinel (uses docker with image redis:latest)
cd docker
docker-compose up
docker compose -f docker/docker-compose.yml up -d --wait

0 comments on commit 0198b30

Please sign in to comment.