Skip to content

Commit

Permalink
update docker compose command
Browse files Browse the repository at this point in the history
  • Loading branch information
fourjae committed Aug 3, 2024
1 parent 52d2732 commit e0e58e2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
run: make build

- name: Stack
run: docker-compose -f build/docker/docker-compose.yml up --build -d
run: docker compose -f build/docker/docker-compose.yml up --build -d

- name: Test
run: go test -tags integration -race -coverprofile=coverage.txt -covermode=atomic -v ./...
Expand Down Expand Up @@ -77,7 +77,7 @@ jobs:
run: make tools

- name: Stack
run: docker-compose -f build/docker/docker-compose.yml up --build -d
run: docker compose -f build/docker/docker-compose.yml up --build -d

- name: Bench
run: make bench
Expand Down

0 comments on commit e0e58e2

Please sign in to comment.