Skip to content

Commit

Permalink
ci: fix start dubbo error
Browse files Browse the repository at this point in the history
  • Loading branch information
monkeyDluffy6017 committed Jan 11, 2024
1 parent 2eabf70 commit 888d6a0
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,7 @@ jobs:
- name: Start Dubbo Backend
if: matrix.os_name == 'linux_openresty' && (steps.test_env.outputs.type == 'plugin' || steps.test_env.outputs.type == 'last')
run: |
sudo apt update
sudo apt install -y maven
cd t/lib/dubbo-backend
mvn package
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/centos7-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,7 @@ jobs:
- name: Start Dubbo Backend
run: |
sudo apt update
sudo apt install -y maven
cd t/lib/dubbo-backend
mvn package
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/gm-cron.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,7 @@ jobs:
- name: Start Dubbo Backend
if: steps.test_env.outputs.type == 'plugin'
run: |
sudo apt update
sudo apt install -y maven
cd t/lib/dubbo-backend
mvn package
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/redhat-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,7 @@ jobs:
- name: Start Dubbo Backend
run: |
sudo apt update
sudo apt install -y maven
cd t/lib/dubbo-backend
mvn package
Expand Down

0 comments on commit 888d6a0

Please sign in to comment.