Skip to content

Commit

Permalink
update docker-compose to docker compose
Browse files Browse the repository at this point in the history
  • Loading branch information
jason-jackson committed Aug 2, 2024
1 parent 6a43b48 commit 5e6418e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ jobs:
- uses: actions/checkout@v4

- name: Run tests
run: docker-compose run test bash -c "make test"
run: docker compose run test bash -c "make test"
3 changes: 0 additions & 3 deletions docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
version: "3"

services:

dynamo:
image: amazon/dynamodb-local
ports:
Expand Down

0 comments on commit 5e6418e

Please sign in to comment.