File tree Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -151,5 +151,5 @@ It has source files that are excluded in `Package.swift`.
151151We provide a Docker environment for this package. This will automatically start a local Kafka server and run the package tests.
152152
153153``` bash
154- docker-compose -f docker/docker-compose.yaml run swift-kafka-gsoc
154+ docker-compose -f docker/docker-compose.yaml run test
155155```
Original file line number Diff line number Diff line change 1- # Usage: docker-compose -f docker/docker-compose.yaml run swift-kafka-gsoc
1+ # this file is not designed to be run directly
2+ # instead, use the docker-compose.<os>.<swift> files
3+ # eg docker-compose -f docker/docker-compose.yaml -f docker/docker-compose.2204.57.yaml run test
24version : " 3.9"
35services :
46
@@ -21,9 +23,6 @@ services:
2123 environment :
2224 KAFKA_HOST : kafka
2325
24- # Swift on Server CI
25- # e.g. docker-compose -f docker/docker-compose.yaml -f docker/docker-compose.2204.57.yaml run test
26-
2726 runtime-setup :
2827 image : swift-kafka-gsoc:default
2928 build :
You can’t perform that action at this time.
0 commit comments