Skip to content

Commit

Permalink
Replace 'docker-compose' with 'docker compose'.
Browse files Browse the repository at this point in the history
  • Loading branch information
fukamachi committed Aug 7, 2024
1 parent 769ab4d commit 6e0f888
Show file tree
Hide file tree
Showing 2 changed files with 3 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 @@ -16,4 +16,4 @@ jobs:
env:
LISP: ${{ matrix.lisp }}
run: |
docker-compose up --exit-code-from tests tests
docker compose up --exit-code-from tests tests
4 changes: 2 additions & 2 deletions README.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -181,11 +181,11 @@ All you need is Docker and Docker Compose.

To run all tests, execute this in the shell:

docker-compose up tests
docker compose up tests

### Running specific driver's unittests

Running tests with docker-compose does not allow you
Running tests with 'docker compose' does not allow you
to debug code in SLIME or SLY. To do this, you need
to start databases as separate containers and to make
their ports available to the host machine.
Expand Down

0 comments on commit 6e0f888

Please sign in to comment.