We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6533b6f commit 584e671Copy full SHA for 584e671
1 file changed
Makefile
@@ -74,6 +74,7 @@ test.unit: $(TOX) $(PYTEST)
74
75
## test.integration - Run integration tests.
76
test.integration: $(TOX) $(PYTEST)
77
+ docker-compose -f docker-compose.ci.yaml rm --stop --force
78
docker-compose -f docker-compose.ci.yaml build sut
79
docker-compose -f docker-compose.ci.yaml up --exit-code-from sut
80
docker-compose -f docker-compose.ci.yaml rm --stop --force
0 commit comments