Skip to content

Commit ce846fa

Browse files
committed
Fix CI
1 parent 5b900e0 commit ce846fa

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
with:
1919
python-version: ${{ matrix.python-version }}
2020
- run: pip install coveralls && cat requirements.txt | xargs -n 1 pip install || true
21-
- run: docker-compose up -d
21+
- run: docker compose up -d
2222
- run: pytest
2323
- run: coveralls --service=github
2424
env:

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -289,7 +289,7 @@ SystemUser({'_id': ObjectId(...), firstName: 'Jonny', lastName: 'Doe'})
289289
To run the tests suite:
290290

291291
- make sure you have a MongoDB database running on `localhost:27017` (you can
292-
spawn one with `docker-compose up -d`);
292+
spawn one with `docker compose up -d`);
293293
- install developers requirements with `pip install -r requirements.txt`;
294294
- run `pytest`.
295295

0 commit comments

Comments
 (0)