Skip to content

Commit 3ea83b7

Browse files
authored
ci(Makefile): use dev suite for model integration test (#1438)
This commit - switch using `compose-run` to `compose-dev` for `make model-integration-test`
1 parent cbd4a97 commit 3ea83b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile.helper

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ endef
136136
define MODEL_INTEGRATION_TEST
137137
@EDITION=docker-ce:test docker compose up registry -d
138138
@$(MAKE) build-and-push-models
139-
@$(MAKE) compose-run EDITION=docker-ce:test INITMODEL_ENABLED=true INITMODEL_INVENTORY=${PWD}/integration-test/models/inventory.json
139+
@$(MAKE) compose-dev EDITION=docker-ce:test INITMODEL_ENABLED=true INITMODEL_INVENTORY=${PWD}/integration-test/models/inventory.json
140140
@$(MAKE) wait-models-deploy
141141
@$(MAKE) down
142142
endef

0 commit comments

Comments
 (0)