Skip to content

Commit

Permalink
Update to new docker compose.
Browse files Browse the repository at this point in the history
  • Loading branch information
TomPohys committed Dec 21, 2024
1 parent 7c2bb1c commit 231c46c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -108,9 +108,9 @@ build-sql-tests: prepare build-docker
@echo ">>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>"
@echo " Running Postgres SQL tests"
@echo ">>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>"
docker-compose --file tests/sql/docker-compose.yml rm -f && \
timeout 180 docker-compose --file tests/sql/docker-compose.yml up --abort-on-container-exit && \
docker-compose --file tests/sql/docker-compose.yml rm -f
docker compose --file tests/sql/docker-compose.yml rm -f && \
docker compose --file tests/sql/docker-compose.yml up --abort-on-container-exit --wait-timeout 180 && \
docker compose --file tests/sql/docker-compose.yml rm -f

.PHONY: build-bin-tests
build-bin-tests: prepare build-docker
Expand Down

0 comments on commit 231c46c

Please sign in to comment.