Skip to content

Commit

Permalink
attempt 3
Browse files Browse the repository at this point in the history
  • Loading branch information
Pil0tXia committed Apr 19, 2024
1 parent 5816c89 commit f45a4d1
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,18 +82,18 @@ jobs:
java-version: ${{ matrix.java }}
cache: maven

- name: Set up RocketMQ Namesrv
- 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
cd rocketmq-all-4.9.8
nohup sh bin/mqnamesrv &
sleep 10
- name: Set up RocketMQ Namesrv
working-directory: ./rocketmq-all-4.9.8
run: nohup sh bin/mqnamesrv &

- name: Set up RocketMQ Broker
run: |
cd rocketmq-all-4.9.8
nohup sh bin/mqbroker -n localhost:9876 &
working-directory: ./rocketmq-all-4.9.8
run: nohup sh bin/mqbroker -n localhost:9876 &

- name: Build with Maven
run: ./mvnw -B package -DskipTests --file pom.xml
Expand Down

0 comments on commit f45a4d1

Please sign in to comment.