Skip to content

Commit

Permalink
build(fix): Change docker-compose to docker compose
Browse files Browse the repository at this point in the history
  • Loading branch information
taylorhakes committed Aug 26, 2024
1 parent ca65f4e commit e701a9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,5 @@ jobs:
PY_VERSION: ${{ matrix.python-version }}
REDIS_VERSION: ${{ matrix.redis-version }}
run: |
docker-compose run --rm test
docker compose run --rm test

0 comments on commit e701a9e

Please sign in to comment.