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 3f592b2 commit 804e230Copy full SHA for 804e230
.github/workflows/build-pr.yml
@@ -31,6 +31,7 @@ jobs:
31
cd $GITHUB_WORKSPACE
32
git clone https://github.com/nats-io/nats-server.git
33
cd nats-server
34
+ git checkout consumer-groups
35
go get
36
go build main.go
37
mkdir -p ~/.local/bin
0 commit comments