Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Pil0tXia committed Apr 19, 2024
1 parent 7511311 commit d7709f3
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,17 +84,17 @@ jobs:

- name: Download RocketMQ Binary
run: |
wget https://dist.apache.org/repos/dist/release/rocketmq/4.9.8/rocketmq-all-4.9.8-source-release.zip
unzip rocketmq-all-4.9.8-source-release.zip
wget https://dist.apache.org/repos/dist/release/rocketmq/4.9.8/rocketmq-all-4.9.8-bin-release.zip
unzip rocketmq-all-4.9.8-bin-release.zip
- name: Set up RocketMQ Namesrv
working-directory: rocketmq-all-4.9.8
working-directory: rocketmq-all-4.9.8-bin-release
run: |
nohup sh bin/mqnamesrv &
sleep 5
- name: Set up RocketMQ Broker
working-directory: rocketmq-all-4.9.8
working-directory: rocketmq-all-4.9.8-bin-release
run: nohup sh bin/mqbroker -n localhost:9876 &

- name: Build with Maven
Expand Down

0 comments on commit d7709f3

Please sign in to comment.