Skip to content

Commit

Permalink
Fix CI action
Browse files Browse the repository at this point in the history
  • Loading branch information
oguzhanunlu authored Oct 11, 2024
2 parents 4e19415 + 80ac1f9 commit 61d8da7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@
integration-reset: integration-down integration-up

integration-up:
(cd integration && docker-compose -f ./docker-compose.yml up -d)
(cd integration && docker compose -f ./docker-compose.yml up -d)
sleep 5

integration-down:
(cd integration && docker-compose -f ./docker-compose.yml down)
(cd integration && docker compose -f ./docker-compose.yml down)
rm -rf integration/.localstack

integration: integration-up
Expand Down

0 comments on commit 61d8da7

Please sign in to comment.