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`.
151
151
We provide a Docker environment for this package. This will automatically start a local Kafka server and run the package tests.
152
152
153
153
``` bash
154
- docker-compose -f docker/docker-compose.yaml run swift-kafka-gsoc
154
+ docker-compose -f docker/docker-compose.yaml run test
155
155
```
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
2
4
version : " 3.9"
3
5
services :
4
6
@@ -21,9 +23,6 @@ services:
21
23
environment :
22
24
KAFKA_HOST : kafka
23
25
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
-
27
26
runtime-setup :
28
27
image : swift-kafka-gsoc:default
29
28
build :
You can’t perform that action at this time.
0 commit comments