Skip to content
This repository was archived by the owner on Jul 3, 2023. It is now read-only.

Commit 222634b

Browse files
committed
Install RedPanda in CI.
1 parent 87326e2 commit 222634b

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/main.yml

+6
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,12 @@ jobs:
8181
# Don't cache on Windows due to low disk space
8282
if: runner.os != 'Windows'
8383

84+
- name: Start redpanda
85+
if: runner.os == 'Linux'
86+
uses: redpanda-data/[email protected]
87+
with:
88+
version: "latest"
89+
8490
# We split building the tests into a separate step
8591
# so that we can easily distinguish between build
8692
# errors and failing tests

0 commit comments

Comments
 (0)