Fix: reset before ci testing
Some checks failed
Some checks failed
This commit is contained in:
4
Makefile
4
Makefile
@@ -1,4 +1,4 @@
|
||||
.PHONY: all swagger install postgres test test-ci mac reset \
|
||||
.PHONY: all swagger install postgres test mac reset \
|
||||
docker docker-quiet docker-clean
|
||||
|
||||
SWAG ?= go run github.com/swaggo/swag/cmd/swag@v1.16.4
|
||||
@@ -47,8 +47,6 @@ postgres:
|
||||
$(COMPOSE) exec postgres psql \
|
||||
postgres://go2025:go2025@postgres:5432/go2025?sslmode=disable
|
||||
|
||||
test-ci: docker-quiet test docker-clean
|
||||
|
||||
docker-quiet: docker-build-native
|
||||
$(COMPOSE) up -d \
|
||||
--force-recreate --build backend \
|
||||
|
||||
Reference in New Issue
Block a user