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 0fb75ac commit 962df53Copy full SHA for 962df53
.github/workflows/ci.yaml
@@ -80,7 +80,7 @@ jobs:
80
81
steps:
82
- name: Start Pulsar standalone container
83
- run: docker run -d -p 6650:6650 -p 8080:8080 apachepulsar/pulsar:4.0.0 bin/pulsar standalone
+ run: docker run -d -p 6650:6650 -p 8080:8080 apachepulsar/pulsar:4.0.0 bin/pulsar standalone
84
85
- name: Set up Go 1.x
86
uses: actions/setup-go@v5
@@ -208,6 +208,7 @@ jobs:
208
diamond-e2e,
209
transformer-e2e,
210
kafka-e2e,
211
+ pulsar-e2e,
212
map-e2e,
213
reduce-one-e2e,
214
reduce-two-e2e,
0 commit comments