Skip to content

Commit 962df53

Browse files
committed
Include Pulsar e2e tests in Github workflows
Signed-off-by: Sreekanth <[email protected]>
1 parent 0fb75ac commit 962df53

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ jobs:
8080

8181
steps:
8282
- name: Start Pulsar standalone container
83-
run: docker run -d -p 6650:6650 -p 8080:8080 apachepulsar/pulsar:4.0.0 bin/pulsar standalone
83+
run: docker run -d -p 6650:6650 -p 8080:8080 apachepulsar/pulsar:4.0.0 bin/pulsar standalone
8484

8585
- name: Set up Go 1.x
8686
uses: actions/setup-go@v5
@@ -208,6 +208,7 @@ jobs:
208208
diamond-e2e,
209209
transformer-e2e,
210210
kafka-e2e,
211+
pulsar-e2e,
211212
map-e2e,
212213
reduce-one-e2e,
213214
reduce-two-e2e,

0 commit comments

Comments
 (0)